/* CSS Document */
*{margin:0; padding:0; font-size:12px;}
.wrap{
	width:100%;
	height:80px;
	position:relative;
}

.btbg{
	height:108px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	background-color:#696969;
	top: -15px;
}
.btcenter{ height:108px;}
.btright{ height:108px; overflow:hidden; position:absolute; top:0; right:0;}
.btleft{height:108px; overflow:hidden; top:0; left:0; position:absolute;}

.nav{
	width:100%;
	height:100px;
	overflow:hidden;
	position:absolute;
}
.nav ul{list-style:none;}
.nav ul li{float:left; line-height:100px;}
.nav ul li a{padding:0 8px; height:100px; line-height:56px; text-decoration:none; color:#Ffffff; display:inline-block;}

/*下拉菜单的CSS样式*/
A:link {
 	font-family: "Times New Roman", Times, serif;
COLOR: #7ea9bf; TEXT-DECORATION: none
}
A:visited {
	font-family: "Times New Roman", Times, serif;
 COLOR: #7ea9bf; TEXT-DECORATION: none
}
A:hover {
	font-family: "Times New Roman", Times, serif;
 COLOR: #ffffff; TEXT-DECORATION: underline
}
A:active {
	font-family: "Times New Roman", Times, serif;
 COLOR: #ffffff; TEXT-DECORATION: none
}
.Defautl-Navigation {
 FONT-SIZE: 12px; FLOAT: left; COLOR: #7ea9bf; LINE-HEIGHT: 23px; HEIGHT: 23px; TEXT-ALIGN: center
}
a.meun:link,a.meun:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-family: "黑体";
}
a.meun:hover,a.meun:active {
	color: #7ea9bf;
	text-decoration: underline;
	font-size: 15px;
	font-family: "黑体";
}
