/* ######### Marker List Vertical Menu ######### */
/*markermenu 产品分类模块*/
.markermenu p{
font-weight:bold;
line-height:34px;
height:34px;
color:#fff;
text-indent:15px;
_background:url(../images/ico.gif) 0px -600px;
background:#0057B0;
_font-size:22px;
_font-family:"微软雅黑";
}
.markermenu{
width: 201px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
background:url(../images/sort_bg.jpg) repeat-y;
margin-bottom:10px;
}
.markermenu ul{
background:#fff;
padding:10px 0px 8px 0px;
border: 5px solid #0057B0;
_padding:5px 5px 15px 10px;
}
.markermenu ul li a{
background: center; /*light gray background*/
font-size: 12px;
color: #8a8a8a;
display: block;
padding: 5px 5px 5px 13px;
text-decoration: none;
border-bottom: 1px dotted #b4b1b1;
_width:185px;
_background:url(../images/ico.gif) 4px -493px no-repeat;
}
* html .markermenu ul li a{ /*IE6 hack*/
width:185px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
color: #666666;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
text-decoration:underline;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}