/* education styles -------------------------------------------------------------------------- */

#educationMenu {
	float: left;
	margin:0;
	padding:0;
}
				
#educationMenu ul {
	background: none;
	border: none;
}

#educationMenu li a {
	border: none;
	border-bottom:1px solid #fff;
}

#educationMenu li ul {
	border-top: 1px #666666 solid;
}

#educationMenu li ul li a{
	border: 1px #666666 solid;
	border-top: 0;
}

.mlmenu {
	text-transform:uppercase;
	font-size: 12px;
}

/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	margin:10px 0 0 0;
	width: 204px;
	color:#000;
	float:left;
}
			
.vertical li a{
	display: block;
	width: 180px;
	text-decoration: none;
	height:auto;
	padding:8px 0 8px 22px;
	margin:0 0 5px 0;
	border-top: 0px;
	color:#000;
	background:url(../images/services_list.jpg) left no-repeat;
	border-bottom:1px dotted #728474 !important;
}
		
.vertical li a:hover {
	color:#3E6F44;
}
		
.vertical li ul {
	position: absolute;
	margin-top: -34px;
	margin-left: -207px;
	border-top:1px solid #CFB9A8 !important;
}
		
.vertical li ul li a { /* to style sub levels */ 
	width:182px;
	height:auto;
	background-image: none;
	border-left: 1px solid #CFB9A8 !important;
	border-right: 1px solid #CFB9A8 !important;
	border-bottom: 1px solid #CFB9A8 !important;
	background-color:#728474;
	color: #fff;
	padding:4px 10px 5px 10px;
	margin:0;
}
		
.vertical li ul li a:hover { /* to style sub levels */ 
	background-image: none;
	background-color:#577F5D;
	color:#fff;
}

.vertical li ul li ul  {
	margin-top:-26px;
}
		
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
		
.vertical .page, .vertical .page:hover {
	background-image: none;
	background-color:#577F5D;
	color:#fff;
}	
			
/*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;
}
