/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative;
right:0; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}
.markermenu ul{
 padding:0; margin:0;
}
.markermenu ul li {
 width:228px; float:left; list-style:none; border-bottom:#CCC 1px solid; height:30px; font-weight:bold;
}
.markermenu ul li a{
color:#666 !important; line-height:30px; background:url(../images/menu-bullet.jpg) no-repeat left center; margin-left:10px; padding-left:25px; font-size:12px;
}
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #9cb400;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #00A3E8 !important;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: #9cb400;
}