/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px; /*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 ;
padding: 0;
border: 1px solid #6b6b6b;
}

.markermenu ul li a{
background: #F2F2F2 url(../test/images/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 12px Tahoma;
color: #FF0000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid ##6b6b6b;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 200px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#000000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#000000;
background-color: white;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu_base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: white;
color:#000000;
}