/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 180px; /*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: 0;
padding: 0;
}

.markermenu ul li{ padding-left:25px; height:35px; line-height:35px; width:155px; float:left; list-style:none; overflow:hidden; background:url(../i/yin_42.png) no-repeat 6px 12px; border-bottom:1px solid #D4D4D4;}

* html .markermenu ul li a{ /*IE6 hack*/
 padding-left:15px; width: 200px;
}

.markermenu ul li a:link{
width:155px; height:35px; line-height:35px; color:#3b6603; float:left; font-weight:bold;  overflow:hidden;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
width:155px; height:35px; line-height:35px; color:#3b6603; float:left; font-weight:bold;  overflow:hidden;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
width:155px; height:35px; line-height:35px; color:#3b6603; float:left; font-weight:bold;  overflow:hidden;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #000;
color: white;
}