/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 165px;
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 0;
padding: 0;
/*border: 1px solid #FF0000;*/
}

.markermenu ul li a{
display: block;
width: auto;
padding: 4px 0 4px 4px;
text-decoration: none;


color:#305F10;
font-family:verdana bold;
font-size:10px;
text-decoration:none;

}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#305F10;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: #769462;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffffff;
}

.blackwhite li a:hover{
background: #769462;
color: #ffffff;
}