/*markermenu 产品分类模块*/
.markermenu p{
color:#FFFFFF;
font-size:13px;
font-weight:bold;
height:25px;
line-height:25px;
text-indent:10px;
background:url(../images/sort_top.png) no-repeat;
}
.markermenu{
width: 223px;
clear: left;
position: relative;
margin-bottom:10px;
}
.markermenu ul{
margin-top:10px;
}
.markermenu ul li a{
background: center;
font-size: 12px;
display: block;
width: auto;
padding:0 5px 0 30px;
height:22px;
line-height:22px;
text-decoration: none;
border-bottom: 1px solid #dddddd;
background:url(../images/sort_li.png) no-repeat 10px center;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 190px;
}

.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}