		/*this is the css for the vertical version*/
		.mlmenu{z-index:999 !important;}
		.vertical {
		/*	background:transparent url(../images/leftColumnTop.jpg) top left no-repeat;*/
			width: 197px;
		}
		.vertical ul {
			margin:0;
			list-style-type: none;
			padding:10px 3px 10px 0;
			width: 197px;
			font-size: 12px;
			font-weight: bold;
		}
		.vertical li a {
			display: block;
			width: 180px;
			text-decoration: none;
			color: #FFFFFF;
		}
		
		.vertical li a:hover {
			width: 180px;
			color: #fde700;
			padding: 0px;
		}
		
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: block;
			float: left;
			margin: 5px 0px 5px 5px;
			padding: 0px;
		}
		.vertical li ul{
			position: absolute;
			margin: -10px 0px 0px 140px;
			padding: 0px;
			background-color: ;
			border: groove #ffbe40 1px;
			display: block;
			width: 220px;
			background-color: #000099;
		}
		.vertical li ul li a {
			width: 215px;
			display: block;
		}
		
		/*this is the css for the horizontal version*/
		.horizontal ul{
			margin:0;
			list-style-type: none;
			padding: 0px;
			display: block;
		}
		.horizontal li{
			float: left;
			display: block;
			font-size: 11px;
			font-weight: bold;
			white-space: nowrap;
			margin: 0px 10px;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			padding: .1em 2px;
			white-space: nowrap;
		}
		.horizontal li li a{
			border: none;
		}
		.horizontal li ul {
			position: absolute;
			margin-top: 1.3em;
			margin-left: 0px !important;
			margin-left: -80px;
			width: 180px;
			border: groove #ffbe40 1px;
			display: block;
			background-color: #000099;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 150px !important;
			margin-left: 0px;
		}
		.horizontal li li ul li a {
			width: 120px;
			display: block;
		}
		.horizontal li ul li a{
			color: #FFFFFF;
			width: 150px;
			white-space: nowrap;
		}
		/*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;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 10px;
		font-size: 13px;  
		}
		.arrow a:hover span{
			
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.blackwhite li a{
			
		}
		.blackwhite li a:hover{
			color: #fde700;
			background-color:#0C30BE;
		}
		.blackwhite ul{
			
		}
		.bluewhite li a {
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			color: #fde700;
			border-color: #000033;
		}
		.bluewhite ul{
			
		}		
		
/*Not really sure why IE needs all these,but hey it works!*/
.horizontal  li ul{
	margin-top: 1.4em;
	margin-left: -129px;
}	
.horizontal  li li ul{
	position: absolute;
	left: 0px;
}
/*These assist the iframe shim*/
.mlmenu iframe{
	position: absolute;
	display: none;
	filter: alpha(opacity=0);
	z-index: 2;
}
select,object,iframe{
	z-index: 1;
}