
.body{
	margin: auto;
	padding: 0px;
	width: 990px;
}
#nav{
	float: right;
	height: 41px;
	width: 990px;
	padding-left: 4px;
	z-index: 100;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 16px;
}
#nav ul{
	float: left;
	width: 100%;
	font-family: "Î¢ÈíÑÅºÚ";
	margin:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 100;
	font-size: 16px;
}
#nav ul li{
	float: left;
	width: 165px;
	line-height: 41px;
	text-align: center;
	position: relative;z-index: 100;
}
#nav ul li:hover,#nav ul li.select{
	float: left;
	width: 165px;
	line-height: 41px;
	text-align: center;
	background-image: url(hover.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#nav ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
}
#nav ul li a:hover{
	color: #ffd200;
	text-decoration: none;
	font-size: 16px;
/*	background-image: url(hover.jpg);
	background-repeat: no-repeat;*/
	line-height: 41px;
	float: left;
	height: 41px;
	width: 100%;
	background-position: 30px;
}
#nav ul li.select a{
	color:#ffd200
}

#nav ul li ul{
	display: none;
	position: absolute;
	top: 41px;
	z-index: 100;
	float: left;
	width: 106px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #015999;
	filter: Alpha(Opacity=90);
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	left: 0px;
}


#nav ul li ul li,#nav ul li ul li:hover{
	line-height: 30px;
	float: left;
	width: 86px;
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	background-image: none;
	overflow: hidden;
}
#nav ul li.select ul li a{
	float: left;
	width: 86px;
	font-size: 12px;
	color: #ffffff;
	background-image: none;line-height: 30px; height:30px;
}

#nav ul li.select ul li.select a:hover,#nav ul li.select ul li.select a,#nav ul li ul li.select a,#nav ul li ul li.select a:hover{color: #ffd200;}