/*markermenu 产品分类模块*/

.markermenu{
	width:298px;
	clear:left;
	position:relative;
	margin-bottom:10px;
	}	
.markermenu p{
	/*color:#FF0000;
	text-align:center;*/
	font-weight:bold;
	line-height:40px;
	width:80%;
	height:40px;
	font-size:14px;
	float:left;
	border-bottom:1px solid #c5c5c5;
	margin:0 30px;
	}
.markermenu ul.level1{
	float:left;
	}
.markermenu ul li{
	float:left;
	}
.markermenu ul li.current{
	color:#ff0000;
	border-bottom:2px solid #ff0000;
	}
.markermenu ul li a{
	background:center;
	font-size:12px;
	color:#333;
	display:block;
	width:218px;
	padding:10px 0px 10px 20px;
	text-decoration:none;
	/*background:url(../images/ico.gif) 0px -493px no-repeat;*/
	border-bottom: 1px solid #e0e0e0;
	margin: 0 30px;
	}
* 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;
	}

.left-top .markermenu1{
	/*width:202px;
	margin-bottom:10px;*/
	clear:left;
	position:relative;
	}	
.left-top .markermenu1 p{
	color:#FF0000;
	font-weight:bold;
	line-height:40px;
	width:110px;
	height:40px;
	font-size:14px;
	text-align:center;
	float:left;
	}
.left-top .markermenu1 ul.level1{
	float:left;
	}
.left-top .markermenu1 ul li{
	float:left;
	}
.left-top .markermenu1 ul li.current{
	color:#ff0000;
	border-bottom:2px solid #ff0000;
	}
.left-top .markermenu1 ul li a{
	background:center;
	font-size:12px;
	color:#333;
	display:block;
	/*width:180px;*/
	padding:10px 10px 10px 10px;
	text-decoration:none;
	/*background:url(../images/ico.gif) 0px -493px no-repeat;*/
	}
* html .left-top .markermenu1 ul li a{
	width:180px;
	}
.left-top .markermenu1 ul li a:link, .left-top .markermenu1 ul li a:visited{
	color:#333;
	}
.left-top .markermenu1 ul li a:hover, .left-top .markermenu1 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;
	}