.mlmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	}

/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	width: 240px;
	color: #0066FF;
	
}
.vertical li a{
	display: block;
	width: 222px;
	text-decoration: none;
	height: auto;
	padding: 4px 5px 4px 11px;
	color: #ffffff;
	background: url(../images/arrow.png) no-repeat 0 7px;
	_background: url(../images/arrow.gif) no-repeat 0 7px;
}

.vertical li a:hover {
	background: none #D4CC84;
	color: #000000;
}

.vertical li ul li a { /* to style sub levels */ 
	background: none;
	border: 1px solid #666666;
	border-top: none;
	color: #000000;
}

.vertical li ul li a:hover { /* to style sub levels */ 
	background: none #000000;
	color: #ffffff;
}

.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -2.0em;
	margin-left: 222px;
	background: url(../images/edBack.jpg) no-repeat left top #f9f5ce;
	border-top: 1px solid #666666;
}

.vertical .page, .vertical .page:hover {
	background-image: none;
	background-color: #CCC;
	color: #000000;
}


/*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: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}
/*colors for menu*/
.blackwhite li a{
	background-color: white;
	color: black;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: black;
	color: white;
	border-color: black;
}
.blackwhite ul{
	border-color: black;
}
.bluewhite li a{
	background-color: white;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul{
	border-color: #000033;
}