/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 232px; /*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-left:15px;

border: 0px solid #9A9A9A;
}

.markermenu ul li a{
background: #0A131E url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
line-height:23px;
color: #FFFFFF;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;

border-bottom: 1px solid #0E1C2B;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 195px;
}

.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: white;
line-height:20px;
}

.blackwhite li a:hover{
background-color:#0A131E;
color: white;
}