/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a, .markermenu ul li a:visited, .markermenu ul li a:active{
	background: #002A00;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
}


* html .markermenu ul li a, .markermenu ul li a:visited, .markermenu ul li a:active{ /*IE6 hack*/
	background: #002A00;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	width: auto;
	padding-left: 5px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
background: #CED466;
color: black;
}

* html .markermenu ul li a:hover, .markermenu ul li a.selected{ /*IE6 hack*/
background: #CED466;
color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #002A00;
	padding-top: 8px;
	padding-bottom: 8px;
}

.blackwhite li a:hover{
background: #CED466;
color: black;
}