#menu {
	width:1012px;
	height:44px;
	margin-right: 10px;
	margin-left: 10px;
}
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li {
	float:left;
	margin-left:2px;
	position: relative;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 44px;
	font-weight: bold;
	color: #FFF;
	height: 44px;
	width: 170px;
	text-align: center;
}
#menu ul li a {
	display:block;
	height:44px;
	line-height:44px;
	text-align:center;
	font-size:16px;
	padding-left: 10px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	font-family: "Î¢ÈíÑÅºÚ";
}
#menu ul li a:hover {
	font-weight:bold;
	color:#FFF;
}
#menu ul li:hover ul{
display:block;
}
#menu ul li a span {
	display: block;
	padding-right: 20px;
}
#menu ul li ul {
	border: 1px solid #006F20;
	position: absolute;
	display: none;
	left: 0px;
	top: 44px;
	width: 168px;
	z-index:200;
	background-color: #DDFFE8;
}
#menu ul li ul li {
	float: left;
	width: 160px;
	padding: 0px;
	border: 1px dashed #00DD5E;
	margin: 2px;
	height: 25px;
	line-height:25px;
	background-color: #CDE4C7;
}
#menu ul li ul li a {
	background:none;
	font-family: "ËÎÌå";
	font-size: 12px;
	color:#0159A3;
	font-weight: normal;
	text-decoration: none; 
	height: 25px;
	line-height:25px;
}
#menu ul li ul li a:hover { background:#FFF; color:#666666;}
