/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 161px; /*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: 0px 0;
padding: 0;
border-left: 1px solid #9A9A8F;
border-right: 1px solid #9A9A8F;
}

.markermenu ul li a{
/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; light gray background*/
font: normal 11px Verdana, Geneva, sans-serif;
color: #514f43;
display: block;
padding: 5px 5px;
/*padding-left: 20px;*/
text-decoration: none;
border-bottom: 0px solid #B5B5B5;
background: #EDECE8;
}

*html .markermenu ul li a{ /*IE6 hack*/
color: #514f43;
}

*html.markermenu ul li a:hover { /*IE6 hack*/
color: #514f43;
background: #8b8b8b;
}

/*.markermenu ul li a:visited, .markermenu ul li a:active{
background: #8b8b8b;
}

.markermenu ul li a:active{
background: #8b8b8b;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected, li a.selActive {
	color: #FFF !important;
	background: #8b8b8b !important;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{

}
/*.blackwhite li:hover
{
	background: url(../images/arrow1.gif) no-repeat 5px 10px;
	color: #620042;
	font-weight: bold;
}
*/
