/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width: 217px; /*width of side bar menu*/
	clear: left;
	position: relative;
	margin:0px;
	padding:0px;
	background: #B8BB74;
/*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
border: 0px;
}

.markermenu ul li a{
	font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	display:inherit;
	width: 217px;
	text-decoration: none;
	padding: 0px;
	border: 0px;
	margin:0px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #00014e;
	margin: 0px;
	padding: 0px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background: #b8bb74;
}

.blackwhite li a:hover{
	background: #5b5813;
	color: white;
}

.errorstyle {
	font: bold normal 11px Arial, Helvetica, sans-serif;
	color: #F00;
}