/* ######### Marker List Vertical Menu ######### */
/**{ margin:0; padding:0}*/
.markermenu{
width: 181px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
padding: 0;
}

.markermenu ul li a{
font: 400 11px Tahoma;
line-height:21px;
display: block;
text-decoration: none;
border-top:1px solid #747474;
width:176px;
padding-left:5px;
color:#fff
}
/*IE6 hack*/
/** html .markermenu ul li a{ 
width: 155px;
}*/

/*.markermenu ul li a:visited, .markermenu ul li a:active{
color: #208fdc;
}*/

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #208fdc;
background:#1d1d1d;
}

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

.blackwhite li a{
background:#1d1d1d;
}

.blackwhite li a:hover{
background:#4a4a4a;
color: white;
}