/* ######### 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 0px 0px 10px;
padding:0px;
/*border: 1px solid #9A9A9A;*/
}

.markermenu ul li a{
/*background:#ffffff url('bullet.jpg') no-repeat 3px center;*/ /*light gray background*/
font:13px Arial,Verdana, Helvetica, sans-serif;
color:#727272;
display:block;
width:auto;
padding:8px 0px 14px 10px;
text-decoration:none;
}

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#4b6574;
background-color:#ffffff;
}

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

.blackwhite li a{
color:#ffffff;
background:#4b6574;
}

.blackwhite li a:hover{
background-color:#526e7e;
color:#ffffff;
}