/* education styles
-------------------------------------------------------------------------- */
.mlmenu {
	font-family: Verdana, Geneva, sans-serif;
}

#education {
	width: 171px;
	border: 1px solid #c8bb89;
	margin: 20px 15px;
	padding: 15px;
}

#educationTitle {
	width: 171px;
	height: 30px;
	margin-bottom: 10px;
}

#siteSearch {
	margin-top: 5px;
}

#siteSearch #query {
	width: 95px;
	height: 19px;
}

#siteSearch #search {
	margin-left:5px;
}

#slot-library {
	width:171px;
	margin-top: 15px;
}

#librarySearchForm #search {
	display:none;
}

.sbContainer #libraryBody img {
	float:right;
	margin: 0 0 20px 20px;
	padding:5px;
	border: 1px solid #c8bb89;
}

/*this is the css for the vertical version*/
.vertical ul{
	margin:0;
	padding:0;
}

.vertical li a{
	display:block;
	list-style:none;
	width:156px;
	background:url(../images/arrow_education.png) left no-repeat;
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	color: #fff;
	text-decoration:none;
}

.vertical li a:hover {
	color: #87a5b6;
}

.vertical li ul {
	position: absolute;	
	width: 190px;
	margin-top: -24px;
	margin-left: -195px;
	border-top: 1px solid #9F9363;	
	color: #fff;
	background-color: #c8bb89;
}

.vertical li ul li a {
	width: 172px;
	padding: 4px 8px; 
	background: none;
	border: 1px solid #9F9363;
	border-top: none;
	margin: 0;
	font-size: 11px;
	color: #15120A;
}

.vertical li ul li a:hover { /* to style sub levels */ 
	color:#fff;
	background: url(../images/bg_education.jpg) top no-repeat;
	background-color: #625b3f;
	border-top:none;
	text-decoration:none;
}

.vertical li ul ul {
	margin-top: -23px;
	margin-left: -195px;
}

.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: #309dcf;
	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;
}
