/* ######### Marker List Vertical Menu ######### */
/*markermenu 产品分类模块*/
.markermenu p{
background:#000000;
font-size:14px;
font-weight:bold;
line-height:28px;
height:28px;
white-space:nowrap;
color:#fff;
text-indent:30px;
border-radius: 4px 4px 4px 4px;
}
.markermenu{
width: 230px;
clear: left;
position: relative;
/*border: 1px solid #26405B;*/
margin-bottom:10px;
}
.markermenu ul{ 
padding:10px 10px 13px 10px;
}
.markermenu ul li a{
font-size:12px;
display:block;
width:auto;
line-height:25px;
overflow:hidden;
padding:3px 0;
text-decoration:none;
border-bottom:1px solid #E3E3E3;
background:url(../images/ico.gif) 4px -493px no-repeat;
font-weight:bold;
}
* html .markermenu ul li a{ /*IE6 hack*/
width:200px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
background:url(../images/ico.gif) 0px -495px no-repeat;
padding-left:10px;
font-size:12px;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
background:url(../images/ico.gif) 0px -495px no-repeat;
padding-left:10px;
text-decoration:none;
color:#FFFFFF;
background:#000000;
}

.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}