#educationMenu {
	float:left;
	width:220px;
	margin:20px 0 20px 40px;
	_margin:20px 0 20px 20px;
}

.mlmenu {
	color:#454545;
}

#slot-library {
	float:left;
	width:218px;
	margin-top:0;
	padding-bottom:10px;
	padding-top:0;
}

#education #query {
	float:left;
	width:170px;
	height:21px;
}

#education #search_btn {
	float:right;
}

.sbContainer #libraryBody img {
	border:1px solid #e9be3b;
	padding:0;
	margin:0 0 20px 20px;
}

#contentMain #librarySearchForm {
	display:none;
}


/*this is the css for the vertical version*/
.vertical ul{
	margin:10px 0 0 0;
	padding:0;
}

.vertical li a{
	display:block;
	list-style:none;
	background:url(../images/arrow_links.png) left no-repeat;
	margin:0;
	padding:5px 0 5px 15px;
	color:#fff;
	text-decoration:none;
}

.vertical li a:hover {
	color:#e9be3b;
}

.vertical li ul {
	position: absolute;	
	width:186px;
	margin-top: -26px;
	margin-left: 150px;
	border-top:1px solid #000;
}

.vertical li ul li a {
	width:172px;
	padding:6px;
	background-color:#fff;
	background-image:none;
	color:#000;
	border:1px solid #000;
	border-top:none;
	margin:0;
}

.vertical li ul li a:hover { /* to style sub levels */ 
	background-color: #e9be3b;
	color:#fff;
	border-top:none;
	text-decoration:none;
}

.vertical li ul ul {
	margin-top: -28px;
	margin-left: 189px;
}

.vertical ul ul a {
	padding:6px;
}

.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: #e9be3b;
	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;
}