﻿ul,li{padding:0px;margin:0px;list-style-type: none;}

/*导航菜单*/
#navMenu {
	width:1000px;
	height: 30px;
	line-height: 30px;
	display:block;
	overflow:hidden;
	text-align: center;
	margin: auto;
	background-repeat: repeat-x;
}
#navMenu ul{
	width:95%;
	padding-left:8px;
	float:left;
	text-align: center;
	background-repeat: no-repeat;
}
#navMenu .onelink{background-image:none;}
#navMenu_r{
	padding-right:8px;
	float:right;
	height:30px;
	background-repeat: no-repeat;
	background-position: right;
}
#navMenu li {
	width:98px;
	text-align:center;
	float: left;
	line-height:30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
	margin-left: -2px;
}
#navMenu li a {	color:#fff;font-family: "宋体";padding-right: 1em;padding-left: 1em;margin-left: 2px;display: block;}
#navMenu li a:hover{
	text-decoration: none;
	color:#FFf;
	background-repeat: no-repeat;
	background-position: center;
}
/*-------- 下拉菜单 --------------*/
.dropMenu {	position:absolute;top: 0;z-index:100;width: 200px;visibility: hidden; margin-top: -4px;margin-left:-2px;}
.dropMenu li.end {
	padding-left:6px;
	height:12px;
	background-color: #E0F7FF;
	background-repeat: no-repeat;
}
.dropMenu li {
	padding:8px 0 0 6px;
	background-color: #E0F7FF;
}
.dropMenu li a {width: 92%;	display: block;	color: black;padding: 2px 0 2px 0px;color:#000;	}
.dropMenu a:hover {text-decoration: underline;color:#fa6e00;}







