﻿@charset "utf-8";
/* CSS Document */


/*导航菜单*/
#navMenu {
	width:815px; float:left; height:42px;
}

#navMenu li {
	width:116px;
	text-align:center;
	float: left;
	line-height: 42px;
	height: 42px;
	background:url(../images/nav_xx.jpg) no-repeat right center;
	


}

#navMenu li a {
	color:#003162;
	font-family: "微软雅黑";
     font-size:16px;
	 
}
#navMenu li a:hover, #navMenu li.hover a {
	background-image: url(../images/hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#FF7B0E;
	font-weight:bold;
}
#navMenu li a.hover, #navMenu li.hover a {
	background-image: url(../images/hover_bg.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	text-decoration: none;
	color:#FF7B0E;font-weight:bold;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
	position:absolute;
	top: 42px;
	z-index:100;
	width: 130px;
	visibility: hidden;
	margin-top:11px;
	margin-left:-32px;
	background-color: #fff;
    border-bottom:2px solid #0f67a8;
	padding-top:6px;
	padding-bottom:6px;
	filter: Alpha(Opacity=85);
}

.dropMenu li {
	margin-top:2px;
	margin-bottom:4px;
	padding-left:6px;
	height:30px;
}
.dropMenu li a {
	width: 92%;
	display: block;
	text-align:center;
	color: black;
	padding: 4px 0 4px 0px;
	color:#6CA7C7;
	border-bottom: 1px dashed #e5e5e5;
	font-weight:bold;
}
.dropMenu+li a{
border-top:none;
}
* html .dropMenu a {
	width: 100%;
	color:#6CA7C7;
}
.dropMenu a:hover {
	color:#ed891d;
}

.hdo{
width:100%;
height:auto;
display:block;
overflow:hidden;
}





