	body {
	background-color:#000000;
	margin: 0px;
	}

	.navigation {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height:480px;
	color: #fff;
	width: 114px;
	font: 1.2em "Trebuchet MS", sans-serif;
	text-indent:-9999px;
	background: no-repeat;
      }
	  
   .navigation a, .navigation span {
	display: block;
	/*padding: 5px 0px; */
      color: #fff;
	text-decoration: none;
	background: no-repeat;
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	height:29px;
	background: no-repeat;
      }
   .navigation .subMenu {
	padding: 0px;
	margin: 0px;
	width: 114px;
	height: 275px;
	background: no-repeat;
      }
	.navigation .open_at_load {
	padding: 0px;
	margin: 0px;
	width: 114px;
	height: 275px;
	background: no-repeat;
      }
   .navigation a:hover, .navigation a:focus, .navigation a:active {
	text-decoration: none;
	list-style-type:none;
	background: no-repeat;
      }
	.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	list-style-type:none;
	background: url(none) no-repeat;
	width:114px;
	height:39px;
      }
   .navigation ul.subMenu a {
	list-style-type:none;
	background: url(none) no-repeat;
	width:114px;
	height:275px;
      }
	  
