/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 230px; /*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 a{ /*light gray background*/
/*font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;*/
padding-left:15px; width:215px; float:left; list-style:none; background:url(../i/jiaju_37.png) no-repeat left; line-height:30px; border-bottom:1px dashed #ccc; font-size:14px; font-weight:bold;
}

* html .markermenu ul li a{ /*IE6 hack*/
 padding-left:15px; width: 215px;
}

.markermenu ul li a:link{
color: #000;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: #000;
color: white;
}