/*sort 产品分类模块*/
* html 
.markermenu ul li a{width:100%;}
.markermenu .title{
	text-indent:20px;
	font-size:16px;
	line-height:40px;
	height:40px;
	color:#fff;
	background:#005daf;
	margin:10px 0;
}

.markermenu{
	width:100%;
	clear:left;
	position:relative;
	margin-bottom:5px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.markermenu ul{margin-top:10px; _margin-left:10px;}
.markermenu ul li a{ 
	background:center; 
	font-size:12px; 
	color:#333;
	display:block;
	_width:174px;
	padding:6px 5px 6px 15px;
	text-decoration:none;
	_background:url(../images/ico.gif) 4px -493px no-repeat;
	border:1px solid #dddd;
	border-radius:20px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:15px;
	
}
.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:#FFAE00;
	text-decoration:none;
	border-radius:20px;
	border:1px solid #FFAE00;
}

* html .markermenu_2 ul li a{width:174px;}
.markermenu_2{width:100%; clear:both; text-align:center; overflow:hidden;}
.markermenu_2 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_2 ul{margin-top:10px; margin-left:10px;}
.markermenu_2 ul li{ float:left; margin:5px 5px;}
.markermenu_2 ul li a{ height:40px; line-height:40px; padding:0 20px; font-size:15px; display:block; text-decoration:none; }
.markermenu_2 ul li a:link, .markermenu_2 ul li a:visited{ height:40px; line-height:40px; padding:0 10px; font-size:15px; display:block; text-decoration:none; color:#333; }
.markermenu_2 ul li a:hover, .markermenu_2 ul li a.selected{ height:40px; line-height:40px; padding:0 10px; color:#fff; text-decoration:none; _border-radius:20px; background:#006ACD;}

._markermenu_2 ul li:nth-child(1) a{ border-radius:20px; _background:#006ACD; color:#fff;}

/*Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css)*/
.blackwhite li a{background:white;}
.blackwhite li a:hover{background:black;color:white;}