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

.markermenu{
clear: left;
background: #E1F8DC;
text-align:center;
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{
background: #E1F8DC; /*light gray background*/
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 3px 0;
text-decoration: none;
border-bottom: 1px solid #0F2D09;
}

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

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

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #0F2D09;
}

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

.blackwhite li a{
background: white;
font-weight:bold;
}

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