@charset "utf-8";

/*menu*/
#nav {
	display:block;
	height: 100px;
	overflow: hidden;
	text-align: center;
	width: 900px;
	font-family: "微软雅黑";
	float: right;
}


#nav .mainlevel {
	float:left;
	height:100px;
	width: 100px;
	line-height: 100px;
}
#nav .mainlevel:hover{
	height:100px;
	display: block;
	color: #fc0712;
	background-color: #FFF;
}

#nav .mainlevel:hover a {
	display: block;
}

#nav .mainlevel a {
	text-decoration:none;
	height:100px;
	line-height:100px;
	display:block;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100px;
	font-size: 15px;
	font-family: "微软雅黑";
	color: #666;
}
#nav .mainlevel a:hover {
	color: #000;

}

#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 1000;
}
#nav .mainlevel li {
	height:auto;
	filter: Alpha(Opacity=50,);
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: auto;
	text-align: left;
	padding: 0px;
}
#nav .mainlevel li a{
	font-size:13px;
	color: #666;
	margin: 0px;
	line-height: 35px;
	height: auto;
	display: block;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0em;
	background-color: #FFF;
	padding-right: 23px;
	padding-left: 23px;
	width: auto;
}
#nav .mainlevel li a:hover {
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	background-image: none;
	text-align: left;
	background-color: #CCC;
}


#nav .mainlevel2 {
	float:left;
	width:143px;
	height:40px;/*IE6 only*/
}
#menu #nav .yuyan {
	height: 100px;
	width: 135px;
	float: left;
	background-image: url(../images/lan.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
}
#menu #nav .yuyan a  {
	display: block;
	text-indent: 55px;
	color: #666;
	padding-right: 20px;
}
#top #menu #nav .yuyan a:hover {
	color: #000;
}
