/* ######### Marker List Vertical Menu ######### */

.markermenu{
 width:100%;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
padding: 0;
border-bottom:none;

}



.markermenu ul li a{
color:#202020;
display: block;
width: auto;
padding: 3px 0;

padding-left: 10px;
text-decoration: none;
border-bottom: 1px #D5D5D5 dotted;
height:43px; line-height:43px;
}

* html .markermenu ul li a{ /*IE6 hack*/

}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #202020;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}