/* ######### Marker List Vertical Menu ######### */

.markermenu{
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
width: 95%; /*width of side bar menu*/
/*left: -26px;*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}



.markermenu ul li a{
background: #6089c3 /*url(bulletlist.gif) no-repeat3px center*/; /*light gray background*/
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
display: block;
width: auto;

vertical-align: center;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;
border-bottom: 2px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #7d7d7d;
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px;
font-weight: bold;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #7d7d7d;
color: white;
}