/*sort 产品分类模块*/

.markermenu p{

	font-size:13px;

	font-weight:bold;

	line-height:33px;

	height:33px;

	color:#ffff00;

	text-indent:10px;

	background:url(../images/lanmunave.gif) repeat-x;

	border-top:0px #dddddd solid;

	border-left:0px #dddddd solid;

	border-right:0px #dddddd solid;

	border-bottom:0px #000 solid;

	}

.markermenu{

	width:202px;

	clear:left;

	position:relative;

	margin-bottom:10px;

	}

.markermenu ul{

	margin-top:10px;

	margin-left:10px;

	}

.markermenu ul li a{

	background:center;

	font-size:12px;

	color:#fff;

	display:block;

	width:174px;

	padding:5px 5px 5px 13px;

	text-decoration:none;

	background:url(../images/ico.gif) 4px -493px no-repeat;

	}

* html .markermenu ul li a{

	width:174px;

	}

.markermenu ul li a:link, .markermenu ul li a:visited{

	color:#fff;

	}

.markermenu ul li a:hover, .markermenu ul li a.selected{

	color:#ffff00;

	background:#39271d url(../images/lanmunave.gif ) repeat-x;

	text-decoration:none;

	}

/*Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css)*/

.blackwhite li a{

	background:black;

	}

.blackwhite li a:hover{

	background:black;

	color:white;

	}