		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			background:url(images/ul.gif) repeat-y right;
			width: 188px;
			position: relative;
			padding:0 0px 0 37px;
			margin:0 13px 0 0;
		}
		.vertical li a{
			display: block;
			width: 147px;
			padding:10px 22px 10px 15px;
			border-top: 0px;
			font-family:Verdana; 
			font-size:11px; 
			color:#000000; 
			text-decoration:none; 
			background:url(images/v_off.gif) no-repeat right center;
		}
		.vertical li{
			position: relative;
			width:184px;
			float:left; 
			background:url(images/li.jpg) no-repeat left bottom;
		} 
		.vertical li span {float:left; padding:0; margin:0;}
		.vertical li:first-child>a{
		}
		.vertical a.first{
		}
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 150px;
		}
		.vertical ul li ul.ss ul.ss{position: absolute; top: -1px; left: 124px;}
		.vertical ul li ul.ss ul.ss{position: absolute; top: -1px; left: 124px;}
		.vertical ul li ul.ss ul.ss{position: absolute; top: -1px; left: 124px;}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		.vertical ul.ss {padding:0 0px 0 37px; margin:0 13px 0 0; list-style:none; width:161px;  background: none;}
		.vertical ul.ss li {padding:0; margin:0; list-style:none; width:161px; float:left;}
		.vertical ul.ss li a {padding:10px 22px 10px 15px; margin:0; list-style:none; width:124px; float:left; font-family:Verdana; font-size:11px; color:#000000; text-decoration:none; background: none;}
		.vertical ul.ss li span {float:left; padding:0; margin:0; background:url(images/li.jpg) no-repeat left bottom;}
		.vertical ul.ss li:hover {background:url(images/li.jpg) no-repeat left bottom;}
		.vertical ul.ss li:hover a {background:url(images/li.jpg) no-repeat left bottom;}
		.vertical ul.ss li:hover span {background:url(images/li.jpg) no-repeat left bottom;}



		/*this is the css for the horizontal version*/
		
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		/*colors for menu*/
		.blackwhite li:hover {background:url(images/li_v.gif) no-repeat left top;}
		.blackwhite li:hover span {background:url(images/li_n.gif) no-repeat left bottom;}
        .blackwhite li:hover a {background:url(images/v_on.gif) no-repeat right center;}
		
		
		.blackwhite li a:hover,.blackwhite li a.first:hover.blackwhite .trail a.hover{


		}
		.blackwhite li:first-child>a:hover{
			
		}