		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 140px;
			margin: 0;
			position: relative;
		}
		.vertical li a{
	display: block;
	width: 140px;
	text-decoration: none;
	padding: 4px;
	color: #000000;
		}
				.vertical li li a{
	display: block;
	width: 140px;
	text-decoration: none;
	padding: 4px;
	border: 1px solid #97BF30;
	color: #000000;
		}
		.vertical li{
			position: relative;
			margin-bottom: -1px;
		} 
		.vertical li:first-child>a{
			
		}
		.vertical a.first{
			border-top: 1px solid;
		}
		.vertical li ul{
	position: absolute;
	top: -1px;
	left: 140px;
	
	z-index: 10;
		}
.vertical.left ul ul ul,.vertical .left ul{
			left: -140px;

			
		}
		
		/*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*/

		.bluewhite li ul a{
		background-color: #ffffff;
		}
		.bluewhite li a:hover,.bluewhite li a.first:hover,.bluewhite .trail a.hover{
			background-color: #ffffff;
			color: #000000;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #ffffff;
			color: #000000;
			border-color: #97BF30;
		}
		.bluewhite ul{
			border-color: #ffffff;
		}
			.bluewhite ul ul{
			border-color: #97BF30;
		}

