/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 245px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
margin:0px;
padding:0px;

}

.markermenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;

}

.markermenu ul li a{
/*light gray background*/
font: 10px Verdana, Helvetica, sans-serif center;
color: #00014e;
display: block;
width:auto;
height:30px;
background:#F6DCDC;
text-decoration: none;
padding-bottom:1px;
margin:0px;
}



.markermenu ul li a:visited, .markermenu ul li a:active{
width:245px;
height:30px;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{

width:245px;
height:30px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{

color: black;
}