		/*this is the css for the vertical version*/
		div.vertical{
			visibility: hidden;
		}
		.vertical ul{
			list-style-type: none;
			padding: 0;
			margin: 0;
			position: relative;
			width: 235px;
			//width: 250px;
		}
		.vertical li a{
			display: block;
			text-decoration: none;
			height: auto;
			padding: .1em 1px;
			width: 235px;
			//width: 250px;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
		} 
		.vertical li ul{
			position: absolute;
			top: -1px;
			left: 235px;
		//	left: 250px;
		}
		.vertical.left ul ul ul,.vertical .left ul{
			left: -203px;
		}
		
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.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*/
		.white-black li a{
			border: 1px solid #454545;
			border-top: 0;
			color: #ffffff;
		}

		
		.white-black li a:hover,.white-black li a.first:hover{
			background: #9bcff4;
			color: #454545;
		}
		.white-black .trail a.hover{
			background: #9bcff4;
			color: #454545;
		}
		.white-black li:first-child>a:hover{
			background: #9bcff4;
			color: #454545;
		}

		.white-black li a.first-level{
			border: 0;
			background: trasparent;
			font: normal 14px/20px "Verdana";
			padding-left: 15px;
		}
		.white-black li a.first-level:HOVER{
			color: #454545;
			background: #9bcff4;
		}
		ul.white-black ul li a.first{
			border-top: 1px solid #000033;
		}
		ul.white-black ul li a{
			background: #52a2e9;
			font: normal 12px/18px "Verdana";
		}
		
		.white-grey li a{
			border: 1px solid #454545;
			border-top: 0;
			color: #ffffff;
		}

		.white-grey li a:hover,.white-grey li a.first:hover{
			background: #9bcff4;
			color: #454545;
		}
		.white-grey .trail a.hover{
			background: #9bcff4;
			color: #454545;
		}
		.white-grey li:first-child>a:hover{
			background: #9bcff4;
			color: #454545;
		}

		.white-grey li a.first-level{
			border: 0;
			background: trasparent;
			font: normal 14px/20px "Verdana";
			padding-left: 15px;
			color: #7d7d7d;
		}
		.white-grey li a.first-level:HOVER{
			color: #454545;
			background: #9bcff4;
		}
		ul.white-grey ul li a.first{
			border-top: 1px solid #000033;
		}
		ul.white-grey ul li a{
			background: #52a2e9;
			font: normal 12px/18px "Verdana";
		}
