/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 100%; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
padding-left: 0px;

}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
}

.markermenu ul li a{
/*background: #666666 url(bulletlist.gif) no-repeat 3px center; */ /*light gray background*/
background-color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
display: block;
padding: 10px 0;
padding-left: 16px;
text-decoration: none;
border-bottom: 1px solid #ffffff;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 100%;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
}

.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: #666666;
}

.blackwhite li a:hover{
background: black;
color: white;
}