/*markermenu 产品分类模块*/

.markermenu{
	width:202px;
	clear:left;
	position:relative;
	margin-bottom:10px;
	}	
.markermenu p{
	color:#FF0000;
	font-weight:bold;
	line-height:40px;
	height:40px;
	font-size:14px;
	}
.markermenu ul li a{
	background:center;
	font-size:12px;
	color:#333;
	display:block;
	width:180px;
	padding:5px 5px 5px 13px;
	text-decoration:none;
	background:url(../images/ico.gif) 0px -493px no-repeat;
	}
* html .markermenu ul li a{
	width:180px;
	}
.markermenu ul li a:link, .markermenu ul li a:visited{
	color:#333;
	}
.markermenu ul li a:hover, .markermenu ul li a.selected{
	color:#FF0000;
	background:url(../images/ico.gif) #fff 0px -590px no-repeat;
	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:#FF0000;
	}