/* ######### Marker List Vertical Menu ######### */
/*markermenu 产品分类模块*/
.markermenu p{
background:url(../images/ico.gif) 0px -650px;
color:#000000;
font-size:12px;
font-weight:bold;
height:24px;
line-height:24px;
text-indent:10px;
white-space:nowrap;
}
.markermenu{
width: 263px;
clear: left;
position: relative;
margin-bottom:10px;
}
.markermenu ul{
padding:5px 5px 15px 10px;
}
.markermenu ul li a{
background: center;
font-size: 12px;
display: block;
width: auto;
padding:0 5px 0 13px;
height:22px;
line-height:22px;
text-decoration: none;
border-bottom: 1px solid #ddd;
background:url(../images/ico.gif) 4px -493px no-repeat;
}
* html .markermenu ul li a{ /*IE6 hack*/
width:230px;
}
.markermenu ul li a:link, .markermenu ul li a:visited{
background:url(../images/ico.gif) 0px -496px no-repeat;
padding-left:10px;
font-weight:bold;
font-size:12px;
}
.markermenu ul li a:hover, .markermenu ul li a.selected{
background:url(../images/ico.gif) 0px -496px no-repeat;
padding-left:10px;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */
.blackwhite li a{
background: white;
}
.blackwhite li a:hover{
background: black;
color: white;
}