.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: 200px;
	color: #ffffFF;
	
}
.vertical li a{
	display: block;
	width: 182px;
	text-decoration: none;
	height: auto;
	padding: 4px 5px 4px 11px;
	border-bottom: 1px #9D9684 dotted;
	color: #ffffff; 
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.vertical li a:hover {
	background-image: none;
	background-color: #9D9684;
	color: #ffffff;
}

.vertical li ul li a { /* to style sub levels */ 
	background-image: none;
	background-color: #FFFFff;
	border: 1px #464646 solid;
	border-top: none;
	color: #464646;
}

.vertical li ul li a:hover { /* to style sub levels */ 
	background-image: url(../images/edBack.jpg);
	background-color: #669fb2;
}

.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.1em;
	margin-left: 180px;
	border-top: 1px #464646 solid;
}

.vertical .page, .vertical .page:hover {
	background-image: none;
	background-color: #CCC;
	color: #000000;
}





/*this is the css for the horizontal version*/
.horizontal ul {
list-style-type:none;
padding:17px 0 0 139px;
display:block;
color:#f5e8d0;
margin:0;
}

.horizontal li {
float:left;
display:inline;
}

.horizontal li a {
color:#f5e8d0;
background-image:url(../images/dotLine.png);
_background-image:url(../images/dotLine.gif);
background-repeat:no-repeat;
background-position:left;
text-decoration:none;
text-transform:lowercase;
padding:6px 13px 8px 16px;
font-size:.88em;
font-weight:700;
border-left:none;
display:block;
float:left;
}

/* Thix controls the first link in the first level us - no image */
.horizontal ul:first-child li:first-child a {
background-image:none;
}

.horizontal li a:hover {
color:#812700;
}

.horizontal ul li ul li a {
border:1px #9B9877 solid;
border-top:none;
height:auto;
width:150px;
color:#812700;
float:left;
display:block;
}

.horizontal ul li ul li a:hover {
background-image:url(../images/edBack.jpg)!important;
background-repeat:no-repeat;
background-position:top;
color:#f5e8d0;
}

.horizontal li ul {
position:absolute;
margin-top:29px;
margin-left:0;
margin-left:-75px !ie;
width:181px;
border:none;
display:block;
height:auto;
border-top:1px #9B9877 solid;
background-color:#D3CCBA;
padding:0;
}

.horizontal li ul li ul {
position:absolute;
margin-top:1.1em;
margin-left:165px;
margin-left:-10px !ie;
}

/*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:#FFF;
color:#000;
border-color:#000;
}

.blackwhite li a:hover {
background-color:#000;
color:#FFF;
border-color:#000;
}

.blackwhite ul {
border-color:#000;
}

.bluewhite li a {
background-color:#FFF;
color:#003;
border-color:#003;
}

.bluewhite li a:hover {
background-color:#003;
color:#FFF;
border-color:#003;
}

.bluewhite ul {
border-color:#003;
}
