@charset "utf-8";

/*导航菜单*/

#nav {
	width:1000px;
	margin:0 auto;
	height:38px;
	line-height:38px;
	background-image: url(../images/nav5.jpg);
	display:block;
	overflow:hidden;}
#navMenu ul {
	width:1000px;
	float:left;
	height:40px;}
#navMenu li {
	float:left;
	font-size:14px;}
.video{text-align:center;}

#navMenu li a {
	color:#fff!important;
	
	font-family: "微软雅黑";
	font-size: 14px;
	text-align:center;
	height:38px;
	line-height:38px;
	text-align:center;
	background-image: url(../images/fgx.png);
	background-repeat: no-repeat;
	font-weight: bold;
	width: 108px;
	background-position: right center;
	float: left;
	display:block;}
#navMenu li a.last {
	width:108px;}
#navMenu li a.current {
	background-position:0 -80px;
	width:108px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	color:#fff;}
#navMenu li a:hover {
	color:#ffcc00;}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	margin-top:-2px;
	border:1px solid #a00004;
	border-top:0;
	background-color:#E8E8E8;
border-bottom:none;
	
	width:108px;}
.dropMenu li {
	float:left;
	width:108px;
	height:32px;
line-height:32px;
text-align:center;
border-bottom:#a00004 1px solid;}
.dropMenu li a {
height:32px;
line-height:32px;
	display:block;
	text-align:center;
	color:#222222;}
.dropMenu a:hover {
	
	background-color:#a00004;color:white;}
