/* ######### 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:5px;
padding: 0;

}

.markermenu ul li {
padding: 0;
}

.markermenu ul li a{
background:url(menu-bg.jpg) no-repeat; /*light gray background*/
font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;
color: #00014e;
display: block;
width:200px;
padding-left:20px;
text-decoration: none;
height:30px;
line-height:31px;

}

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

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#000;

}

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

.blackwhite li a{
background:#f5f5f5;
}

.blackwhite li { 
padding:0;
}

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