/*this is the css for the vertical version*/
		.vertical ul {
	list-style-type: none;
	padding: 0;
	width: 197px;
	margin: 0;
	position: relative;
}
.vertical li a {
	display: block;
	width: 197px;
	text-decoration: none;
	height: 20px;
	background-color: #EAEAEA;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.vertical li a:hover {
	background-color: #BE8D2C;
	color:#FFFFFF;
}
/*this is the css for the horizontal version*/
.horizontal ul {
	list-style-type: none;
	margin: 0;
	height: 30px;
	border: none;
	position: relative;
	padding: 0;
}
.horizontal ul li {
	float: left;
	position: relative;
	padding: 0 0 0 10px;
	display: inline;
}
.horizontal ul li a {
	display: block;
	text-decoration: none;
	height: 28px;
	overflow: hidden;
	float:left;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	color: #000000;
	font-weight: normal;
	display: inline;
}
.horizontal ul li a:hover {
	color: #333333;
	text-decoration: none;
}
.horizontal li li {
	float: left;
	margin-top: 0px;
	width: 140px;
	margin-left: 0px;
}
.horizontal li li a {
	background-color: #ffffff;
	text-align: left;
	text-indent: 11px;
	height: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 131px;
}
.horizontal li li a:hover {
	color: #666666;
	text-decoration: none;
}
.horizontal li li .last {
	border-bottom: none;
}
.horizontal ul li ul {
	position: absolute;
	top: 12px;
	left: -1px;
	margin-top: 18px;
	width: 160px;
}
.horizontal ul ul ul {
	width: 160px;
	top: 0px;
	left: 80px;
	padding-top: 0px;
	margin-left: 56px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top:none;
}
.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: 128px;
}
/*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;
}
.mlmenu li:hover>ul {
	display: block;
}
/*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 {
	background-image: url(/library/images/top_nav_button.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
.blackwhite li a:hover {
	background-image: url(/library/images/top_nav_button_red.gif);
	color: white;
}
.blackwhite li a:hover, .blackwhite li a.first:hover, .blackwhite .trail a.hover {
/*background-color: black;*/
			/*color: white;*/
			/*border-color: black;*/
		}
.blackwhite li a:hover {
}
.blackwhite ul {
	line-height: 30px;
	color: #FFFFFF;
}
.bluewhite li a {
	background-color: white;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover, .bluewhite li a.first:hover, .bluewhite .trail a.hover {
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite li:first-child>a:hover {
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul {
	border-color: #000033;
}
