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

.markermenu{
width: 205px; /*width of side bar menu*/
clear: left;
font-size:11px;
font-weight:400;
COLOR: #000;
font-family:verdana;
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: 10px;
padding-right:0;
border-bottom:2px solid #fff;
border-top:2px solid #fff;
}

.markermenu ul li a{
background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
padding: 3px 0;
padding-left: 20px;
padding-right: 20px;
display: block;
width: auto;
font-size:11px;
font-weight:400;
COLOR: #000;
font-family:verdana;
TEXT-DECORATION:none;
background-color:#f2f6f9;
border-bottom: 1px solid #fff;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 205px;
font-size:11px;
font-weight:400;
COLOR: #000;
font-family:verdana;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
font-size:11px;
font-weight:400;
COLOR: #000;
font-family:verdana;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
padding: 3px 0;
padding-left: 20px;
padding-right: 20px;
display: block;
font-size:11px;
font-weight:400;
COLOR: #000;
font-family:verdana;
TEXT-DECORATION: none;
background-color:#ddd;
border-bottom: 1px solid #fff;
}

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

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}