/*common styling*/
/*basic menu styling*/
.menu {
	z-index:101;
	font-size:14px;
	font-family:"宋体";
	margin:0 auto;
	width:1000px;
	height:36px;
	background-image: ;
	background-repeat: repeat-x;
}
.menu ul {
	z-index:101;
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	position:relative;
}
.menu ul li {
	z-index:101;
	float:left;
	position:relative;
	display:inline;
}
/*style of main items normal state*/
.menu ul li a, .menu ul li a:visited {
	z-index:101;
	float:left;
	display:block;
	text-decoration:none;
	color:#333;
	width:auto;
	height:auto;
	border-width:0 1px 0 0;
	padding:0px 16px 0px 16px;
	line-height:36px;
	border-right: solid 1px #ddd;
}
* html .menu ul li a, .menu ul li a:visited {
	width:auto;
	w\idth:auto;
}
/*hide sub nav items*/
.menu ul li ul {
	display:none;
}
/*style for table of sub nav items*/
table {
	height:auto;
	margin:-1px;
	font-size:14px;
}
/*specific to non ie browsers*/
/*main nav over state*/
.menu ul li:hover a {
	height:37px;
	color:#fff;
	background: repeat-x;
}
/*show drop-down list*/
.menu ul li:hover ul {
	height:auto;
	display:block;
	position:absolute;
	top:35px;
	margin-top:1px;
	left:0;
	width:100%;

}
/*drop-down on state*/
.menu ul li:hover ul li a {
	display:block;
	background:#f0f0f0;
	color:#5e5e5e;
	height:auto;
	line-height:16px;
	padding:5px 16px 5px 16px;
	min-width:120px;
	border-left: solid 1px #3672a3;
	border-right: solid 1px #3672a3;
}
/*sub drop-down over state*/
.menu ul li:hover ul li a:hover {
	color:#000;
}

.nav-bar{
	height:34px;
	margin:0 auto;
	text-align: center;
}

.nav-bar,.nav-bar map,.nav-site,.nav-site li.line,.subnav{
	background-color: #ffffff;
	background-repeat: no-repeat;
}
.nav-bar map{/*background-position: right -130px; display:block*/}
.nav-site{
	height:34px;
	background-repeat: repeat-x;
	margin:0 0px;
	padding-left:0px;
	background-color: #ffffff;
}
.nav-site li{
color:#000000;
	float:left;
	width:70px;
	height:34px;
	line-height:34px;
	padding:0 5px;
	list-style-type: none;
	text-align: center;
}
.nav-site li a{
	color:#000;
	font-size:16px;
	font-family:微软雅黑,黑体,宋体;
	font-weight:700;
	*display:block;
	/*text-shadow:1px 2px 5px #000;*/
}
.nav-site li a:hover{
	color:#d00;
	font-size:16px;
	font-weight:700;
	*display:block;
	text-decoration:none;
	/*text-shadow:1px 2px 5px #000;*/
}
.nav-site li.line{background-position: 2px -215px; padding:0; width:10px; }
.nav-menu2{
}

.nav-site2{
width:100%;
	z-index:100;
	position:relative;

}
.nav-site2 li{
	line-height:33px;
	height:33px;
	padding:0 5px;
	position:relative;
	filter: alpha(opacity=90);
	opacity:0.9;
	background-repeat: repeat-x;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}
.nav-site2 li a, .nav-site2 li a:active{
	color: #000;
	font-family: "microsoft yahei", "微软雅黑", "黑体", "宋体";
	font-size: 14px;
font-weight: normal;
}
.nav-site2 li a:hover{
	color: #e00;
	font-family: "microsoft yahei", "微软雅黑", "黑体", "宋体";
	font-size: 14px;

}