/* Reset */
*{
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Menu */
.menu {
	height:40px;
	width:906px;
}

.menu li { width:150px; height:40px; float:left; margin-right:1px;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	line-height:40px;
}
.menu li a{ width:150px; height:40px; float:left; display:block;}
.menu li span {
	display: block;
	width:150px; 
	height:40px;
	text-align:center;
	line-height: 40px;
	text-decoration: none;
	background-image:url(../images/navb_07.png); background-repeat:no-repeat; color:#fff; font-family:"微软雅黑"; font-size:16px;
}





.menu ul {
	position: absolute;
	top: 40px;
	left: 0;
	width:150px; height:auto; float:left;
}
.menu li:hover > ul {
	opacity: 1;
}
.menu ul li {
	width:150px; float:left; line-height:30px;
	margin-top:1px;
	height: 0;
	overflow: hidden;
	padding: 0;
}
.menu li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}
.menu ul li .documents {
	display:block;
	width:150px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-family:"微软雅黑"; font-size:14px;
	margin: 0;
	border: none;
	color:#fff;
	background-image:url(../images/navb_07.png); background-repeat:no-repeat;
}
.menu ul li:last-child a {
	border: none;
}


/* MenuA */
.menuA {
	height:42px;
	width:1162px;
	
}

.menuA li { width:165px; height:42px; float:left; border-right:1px solid #fff;
	position: relative;
	list-style: none;
	float: left;
	display: block;
	line-height:42px;
}
.menuA li.currentA{ border-right:none;}

.menuA li:hover{ background-color:#899c44;}
.menuA li span {
	display: block;
	width:165px; 
	height:42px;
	text-align:center;
	line-height: 42px;
	text-decoration: none;
	/*background-image:url(../images/navb_07.png); background-repeat:no-repeat;*/ color:#fff; font-family:"微软雅黑"; font-size:16px;
}





.menuA ul {
	position: absolute;
	top: 42px;
	left: 0;
	width:165px; height:auto; float:left;z-index: 9999;
}
.menuA li:hover > ul {
	opacity: 1;
}
.menuA ul li {
	width:165px; float:left; line-height:30px;
	margin-top:1px;
	height: 0;
	overflow: hidden;
	padding: 0; border:none;
}
.menuA li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
}
.menuA ul li .documentsA:hover{ background-color:#899c44;}
.menuA ul li .documentsA {
	display:block;
	width:165px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-family:"微软雅黑"; font-size:14px;
	margin: 0;
	border: none;
	color:#fff;/*background-color:#99ae4c;*/ background-image:url(../images/navb_07.png); background-repeat:repeat;
}


.menuA ul li:last-child a {
	border: none;
}
