@charset "utf-8";

/*menu*/
#nav {
	display:block;
	height: 80px;
	overflow: hidden;
	text-align: center;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-family: "微软雅黑";
}


#nav .mainlevel {
	float:left;
	height:80px;
	font-size: 16px;
	width: 108px;
	line-height: 80px;
}
#nav .mainlevel:hover{
	height:108px;
	display: block;
	color: #007CC2;
	background-color: #FFF;
}

#nav .mainlevel:hover a {
	display: block;
	color: #007CC2;
}

#nav .mainlevel a {
	text-decoration:none;
	height:80px;
	line-height:80px;
	display:block;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 108px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #FFF;
}
#nav .mainlevel a:hover {
	background-color: #FFF;

}

#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index: 1000;
}
#nav .mainlevel li {
	height:40px;
	filter: Alpha(Opacity=50,);
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	width: 108px;
}
#nav .mainlevel li a{
	font-size:14px;
	color: #006AA7;
	margin: 0px;
	padding: 0px;
	line-height: 40px;
	height: 40px;
	display: block;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0em;
	width: 108px;
	background-color: #FFF;
}
#nav .mainlevel li a:hover {
	filter: Alpha(Opacity=70,);
	color: #FFFFFF;
	width: 108px;
	background-image: none;
	text-align: center;
	background-color: #007CC2;
}


#nav .mainlevel2 {
	float:left;
	width:143px;
	height:40px;/*IE6 only*/
}
#menu #nav .rukou {
	height: 80px;
	width: 333px;
	float: left;
}
#menu #nav .rukou #Map area {

}
