		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			width: 145px;
			margin: 0;
			position: relative;
			color: #ffffff;			
		}
		.vertical li a{
			display: block;
			width: 145px;
			text-decoration: none;
			height: 1em;
			padding: 0;
			border: 0px solid;
			border-top: 0px;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid transparent;
			margin-bottom: -1px;
			color: #ffffff;
		} 
		.vertical li:first-child>a{
			border-top: 0px solid;
			width: 180px;
			height: 1em;
			padding: 0;
			border: 0px solid;
			border-top: 0px;
			
		}
		.vertical a.first{
			border-top: 0px solid;
		}
		.vertical li ul{
			position: absolute;
			top: 0;
			left: 148px;
		}
		.vertical.left ul ul ul, .vertical .left ul{
			left: -148px;
		}

		/*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;
		}

		.bluewhite li a{
			background-color: #2F4F88;
			color: #ffffff;
			border-color: #2F4F88;
			font: 12px;

		}
		.bluewhite li a:visited{
			background-color: #2F4F88;
			color: #ffffff;
	        	font: 10px/22px Arial, Helvetica, sans-serif;
		    	text-decoration: none;
			font: 12px;

		}
		.bluewhite li a:hover, .bluewhite li a.first:hover, .bluewhite .trail a.hover{
			background-image: url('../images/glossyback2.gif');
			color: #ffffff;
			font: 12px;
		}
		.bluewhite li:first-child>a:hover{
			background-color: #2F4F88;
			color: #ffffff;
			border-color: #2F4F88;

		}
		.bluewhite ul{
			border-color: #2F4F88;
			color: #ffffff;

		}