@charset "gb2312";
/**
 * Default color scheme
 * -------------------- 
**/

/* Blue */
ul {
	list-style: none;
}
li {
	list-style: none;
}




ul#jDropDown a {
	
	line-height:33px;
	font-family:"Î¢ÈíÑÅºÚ", "ºÚÌå", "ËÎÌå";
}
ul#jDropDown ul li a:hover {color:#005daa;}

/* first li have home class*/
ul#jDropDown > li > a {
	
	color: #333;
}	

/* just that pattern */
ul#jDropDown > li > a {

	height: 33px; line-height:33px; font-size:14px; font-weight:bold; text-decoration:none; text-align:center;
	width:120px; 
	position: relative;
	background:url(../images/menubg1.png) no-repeat top left;
	top: 0px;
	margin: 0px 0px 0px 10px ;
	padding: 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(../images/hover.htc); 
}

/* first li have home class*/
ul#jDropDown li.home img{
	border: 0px;
}

ul#jDropDown > li > .on, ul#jDropDown > li > a:hover{
	color: #fff;
	top: 0px; background:url(../images/menubg2.png) no-repeat left top;
	padding-top: 0px;
	height: 33px; 
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
behavior: url(../images/hover.htc); 

}

ul#jDropDown {
	position: relative;
	left: -10px;
	height: 33px; 
	width: 800px; 
	

}
ul#jDropDown li {
	float: left;
	font-weight: bold;
	zoom: 1;
	position: relative;
}
ul#jDropDown li a {
	display: block;
}
ul#jDropDown > li:last-child {
	border-right: none;
}

/* 
	LEVEL TWO
*/
ul#jDropDown ul {
}



ul#jDropDown ul li a {
	border-right: none;
	display: inline-block;
	width: 100%;
	float:left;
	color: #484848;
}
/* Column */
.column_1, .column_2, .column_3, .column_4, .column_5 {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	margin-top: 0px;
	border: 1px solid #ccc;
	float:left;
	background:url(../images/bb.png) repeat-x top center;
	border-top: 0px;
	padding-bottom:20px;
	padding-top:18px;
	


}
.column_1 {width: 769px;margin-left:-120px; }
.column_2 {width: 769px;margin-left:-250px;}
.column_3 {width: 769px;margin-left:-380px;}
.column_4 {width: 769px;margin-left:-510px;}
.column_5 {width: 769px;margin-left:-640px;}

#menupic{width: 769px; margin:0px 0px 0px 20px; float:left; padding:10px 0px 0px 0px; }
#menupic dl dt{width: 229px; margin:0px 20px 20px 0px; float:left;}
#menupic1{width: 229px; height:122px;  margin:0px; float:left; text-align:center; vertical-align:middle;}
#menupic2{width: 229px; height:28px; line-height:14px; text-align:center; font-size:12px; color:#666;   margin:5px 0px 0px 0px;float:left;}
#menupic2 a:link { color:#666;text-decoration:none;line-height:14px;}/*link*/
#menupic2 a:visited { color:#666;text-decoration:none;line-height:14px;}
#menupic2 a:hover {  color:#333;text-decoration:none; line-height:14px;font-weight:bold}
#menupic2 a:active { color:#666;text-decoration:none;line-height:14px;}
#menupicmm{width: 729px; height:16px; line-height:16px; margin:0px; float:left; padding: 0px; text-align:right; font-size:14px; }
#menupicmm a{font-size:12px ; color:#005daa; text-decoration:none }


