/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 150px; /*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 0;
padding: 0;
}

.markermenu ul li a{
background: #FFFFFF 3px center; /*light gray background*/
font: bold 12px Arial, Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: 142px;
padding: 2px 0;
padding-left: 14px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #99CC66;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background-color: #99CC66;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

.green li a{
background: white;
}

.green li a:hover{
background: #99CC66;
color: #000000;
}

.green2 li a{
background: white;
height: 25px; 
padding: -2px 0 0 0;
}

.green2 li a:hover{
background: #99CC66;
color: #000000;
height: 25px; 
padding: -2px 0 0 0;
}