		/*this is the css for the vertical version*/
.vertical ul{
	margin: 0px;
	border: none;
	position: relative;
	z-index: 50;
	padding: 0px;
	list-style-type: none;
}
.vertical ul li{
	float: left;
	position: relative;
	display: block;
	width: 160px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.vertical ul li a{
	display: block;
	text-decoration: none;
	color:#FFFFFF;
	padding-right: 5px;
	padding-left: 0px;
	font-size: 105%;
	line-height: 20px;
	text-align: left;
	border-right-style: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #1F5994;
}
.vertical ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}		
/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	margin: 0px;
	border: none;
	position: relative;
	z-index: 50;
	padding: 0px;
}
.horizontal ul li{
	float: left;
	position: relative;
	line-height: 25px;
}
.horizontal ul li a{
	display: block;
	text-decoration: none;
	color:#1F5994;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2DEEA;
	font-size: 100%;
	line-height: 20px;
}
.horizontal ul li a:visited {
	color:#1F5994;
}
.horizontal ul li a:hover {
	color:#229125;
}
.horizontal ul li .current{
	color:#229125;
	background-image: url(../images/on_grade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.horizontal li li{
	float: none;
	margin-top: -3px;
	width: 90px;
}
.horizontal li li a{
	text-align: left;
	background-color: #FFFFFF;
	height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #1F5994;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8FACC9;
	border-bottom-color: #8FACC9;
	border-left-color: #8FACC9;
	line-height: 30px;
	width: 140px;
}
.horizontal li li a:hover{
	color: #229125;
	text-decoration: none;
}
.horizontal li li a{
	width: 140px;
}
.horizontal li li .last{
	border-bottom: none;
	margin-top: -12px;
}
.horizontal ul li ul{
	position: absolute;
	top: 0px;
	left: -1px;
	padding-top: 21px;
	margin-top: 7px;
}
.horizontal ul ul ul{
	width: 140px;
	top: 0px;
	left: 0px;
	padding-top: 1px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.horizontal.left ul ul ul,.horizontal .left ul ul{
	top: -1px;
	left: -138px;
}
div.horizontal ul li.pixelfix ul{
	left: 0;
}
div.horizontal ul li.pixelfix ul ul{
	left: 0px;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenu li ul{
	display: none;
}
/* The width below allows the horizontal nav bar to work in Firefox wehn dropdown is activated */
.mlmenu li:hover>ul{
	display: block;
	width: 140px;
}
/*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*/
.accessible li ul{
	display: block;
}
/*Code to show an element has a child*/
.mlmenu.plus li a:first-child:not(:last-child):after{
	content: '+';
}
.plus a span{
	padding-left: .5em;
}
.noshow{
	visibility: hidden;
}
/*colors for menu*/
.blackwhite li a{
	text-align: center;
	color: #125383;
	background-position: right;
	background-repeat: no-repeat;  
}
.blackwhite li a:hover {
	color: #66a72d;		
}
		
