/* ######### Marker List Vertical Menu ######### */
/*markermenu 产品分类模块*/
.markermenu{
width: 200px;
clear: left;
position: relative;
margin-bottom:10px;
}
.markermenu p{
font-size:14px;
font-weight:bold;
line-height:30px;
height:30px;
color:#656565;
text-indent:15px;
background:#d7d7d7;
}
.markermenu ul{
background:#eeeeee;
}
.markermenu ul li a{
font-size: 12px;
color: #F32200;
display: block;
width: auto;
height:21px;
line-height:21px;
text-decoration: none;
border-top: 1px solid #f9f9f9;
border-bottom: 1px solid #d7d7d7;
background:url(../images/ico.gif) 10px -498px no-repeat;
padding:0 0 0 20px;
}
* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
color:#656565;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
color:#F32200;
height:23px;
line-height:23px;
border-top:0;
border-bottom:0;
background:url(../images/main_cate4.gif) #ffffff 0 -28px no-repeat;
}

.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}