.mlmenu {
font: 12px "Arial", "Helvetica", sans-serif;
}

.inaccesible li ul {
display: none;
}

/*this is the css for the vertical version*/
.vertical ul {
list-style-type: none;
padding: 0px;
width: 200px;
}
.vertical li a {
display: block;
width: 182px;
text-decoration: none;
height: auto;
padding: 4px 2px 4px 11px;
color: #fff;
}

.vertical li a:hover {
background: #444;
}

.vertical li ul li a { /* to style sub levels */ 
background: #222!important;
border: 1px solid #000000;
border-top: none;
color: #fff;
}

.vertical li ul li a:hover { /* to style sub levels */ 
background:#444;
color: #fff;
}

.vertical li {
/*Needed for IE. Don't ask me why, It was a lucky guess.*/
display: inline;
}
.vertical li ul {
position: absolute;
margin-top: -1.8em;
margin-left: -195px;
border-top: 1px solid #000000;
}

.vertical .page, .vertical .page:hover {
background-image: none;
background-color: #CCC;
color: #000000;
}

/*this is the css for the horizontal version*/
.horizontal ul {
margin:0;
padding:11px 0;
text-align:center;
}

.horizontal li {
list-style:none;
display:inline;
margin:0;
position:relative;
}

#slot-navigation li li {
padding: 0;
margin: 9px 0 8px;
}

.horizontal li li {
float:left;
display:inline;
}

.horizontal li ul li a {
padding:.1em 1px;
}

.horizontal li ul li a {
border:1px solid #000;
height:auto;
display:block;
width:200px;
padding:8px 0 8px 5px;
background: #593f32;
}

.horizontal li ul li a:hover {
border:1px solid #000;
background:none #efece8;
}

#slot-navigation li ul li a:hover {
color:#35241c;
text-decoration: none;
}

.horizontal ul li ul {
position:absolute;
top:38px;
left:13px;
width:200px;
border:none;
display:none;
text-align:left;
}

.horizontal li li ul {
position:absolute;
top: -9px;
left: 205px;
}


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