/*sort 产品分类模块*/
.markermenu p{
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	height:30px;
	color:#000000;
	text-indent:10px;
	background:url(../images/ico.gif) 0px -650px;
	border-top:1px #dddddd solid;
	border-left:1px #dddddd solid;
	border-right:1px #dddddd solid;
	border-bottom:5px #000 solid;
	}
.markermenu{
	width:272px;
	clear:left;
	position:relative;
	margin-bottom:10px;
	}
.markermenu ul{
	margin-top:10px;
	margin-left:10px;
	}
.markermenu ul li a{
	background:center;
	font-size:14px;
	color:#333;
	display:block;
	width:244px;
	padding:5px 5px 5px 13px;
	text-decoration:none;
	background:url(../images/ico.gif) 4px -493px no-repeat;
	}
* html .markermenu ul li a{
	width:244px;
	}
.markermenu ul li a:link, .markermenu ul li a:visited{
	color:#333;
	}
.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:white;
	background-color:#000;
	text-decoration:none;
	}
/*Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css)*/
.blackwhite li a{
	background:white;
	}
.blackwhite li a:hover{
	background:black;
	color:white;
	}