/*markermenu 产品分类模块*/
.markermenu .title {
margin:0px;
width:200px;
height:30px;
color:#000077;
font-size:16px;
line-height:30px;
font-family:"黑体";
}
.markermenu{
width: 200px;
clear: left;
position: relative;
background:url(../images/sort_bg.jpg) repeat-y;
margin-bottom:10px;
}
.markermenu ul{
background:url(../images/sort_ft.jpg) left bottom no-repeat;
-moz-border-radius:5px;
-webkit-border-radius:5px;
width:200px;
}
.markermenu ul li a{
display: block;
width: auto;
text-decoration: none;
font-size:13px;
color:#666;
background:url(../images/sortli.png) no-repeat 25px center;
padding:0 0 0 20px;
height:24px;
line-height:24px;
border-bottom:1px dashed #ccc;
_float:left;
_clear:both;
}
* html .markermenu ul li a{ /*IE6 hack*/
width:180px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
color:#666;
font-size:13px;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
font-size:13px;
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;
}