.navigation {
      margin: 0;
      padding: 0;
      list-style: none;
      background: #000;
      color: #fff;
      width: 270px;
      font: 0.9em "Trebuchet MS", sans-serif;
	  text-decoration: none;
	  height:500px;
      }
   .navigation a, .navigation span {
      display: block;
      padding: 4px 10px;
      color: #fff;
      text-decoration: none;
      background: #000 url(/img/menu-item.png) left bottom no-repeat;
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
      background-image: url(/img/menu-item.png);
      }
   .navigation .open a, .navigation .open span {
      background-image: url(/img/menu-item.png);
      }
   .navigation a:hover, .navigation a:focus, .navigation a:active {
      text-decoration: underline;
      }
   .navigation .subMenu {
	  text-decoration: none;
      font-size: .8em;
      background: #000 url(subMenu.png) 0 0 repeat-x;
      font-size: .9em;
      border-bottom: 1px solid #666;
	  height:400px;
      }
   .navigation ul.subMenu a {
      background: none;
      }
   .navigation .toggleSubMenu li{
	   list-style: none;
      }
   .navigation .open_at_load {
	  text-decoration: none;
      font-size: .8em;
      background: #000 url(subMenu.png) 0 0 repeat-x;
      font-size: .9em;
      border-bottom: 1px solid #666;
	  height:400px;
      }
   .navigation ul.open_at_load a {
      background: none;
      }
