		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			margin: 0px;
			width: 184px;
			
		}
		.vertical li a{
			display: block;
			width: 176px !important;
			width: 190px;
			text-decoration: none;
			margin: 0px;
			border: 1px solid #dadada;
			padding: 4px;
		}
		.vertical li ol{
			display: block;
			width: 176px !important;
			width: 190px;
			text-decoration: none;
			margin: 0px;
			border: 1px solid #dadada;
			padding: 4px;
			background: #FFF;
			background: url(/images/arrow.jpg) 4px center no-repeat;
		}
		.vertical li span{
			display: block;
			width: 176px !important;
			width: 190px;
			text-decoration: none;
			margin: 0px;
			border-bottom: 1px solid #dadada;
			padding: 4px;
			background: #FFF;
			background: url(/images/arrow.jpg) 4px center no-repeat;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
			margin: 0px;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -2.2em;
			margin-right: 184px !important;
			margin-right: 190px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*colors for menu*/
		.blackwhite li a{
			background-color: #e4e4e4;
			color: #0b1c2c;
		}
		.blackwhite li a:hover{
			background-color: white;
			color: #0b1c2c;
		}
		.blackwhite li ol{
			background-color: #f1f1f1;
			color: #0b1c2c;
		}
		.blackwhite li ol:hover{
			background-color: #e4e4e4;
			color: #0b1c2c;
		}
		.blackwhite li span{
			background-color: white;
			color: #0b1c2c;
		}
		.blackwhite li span:hover{
			background-color: #e4e4e4;
			color: #0b1c2c;
		}
		.blackwhite ul{
			/* by itsik */
		}
		
		/* add for IE fix  */
		li.blindvIe SPAN{ 
			background: #e4e4e4;
		}