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

.markermenu{
lear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

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

.markermenu ul li a:active{
font-weight:bold;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
}

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

.blackwhite li a{
background: #0180c2;
color: white;
text-decoration:none;
font-size:11px;
text-align:left;
padding-left:10px;
}

.blackwhite li a:hover{
text-decoration:underline;
}