﻿@charset "utf-8";
ul,li{padding:0px;margin:0px;list-style-type: none;}
#navMenu {
	width:970px;
	height: 33px;
	line-height: 33px;
	display:block;
	overflow:hidden;
	background: url(../images/nav_bg.gif) repeat-x;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}
#navMenu ul{width:95%;padding-left:1px;background:url(../images/nav_l.gif) no-repeat;float:left;}
#navMenu .onelink{
	background-image:url(../images/nav_hover.gif);
	color: #FFF;
	background-repeat: repeat-x;
}
#navMenu_r{padding-right:1px;background:url(../images/nav_r.gif) no-repeat right ;float:right;height:33px;}
#navMenu li {
	width:109px;
	text-align:center;
	float: left;
	line-height:33px;
	height: 33px;
	background-image: url(../images/nav_fg.gif);
	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-image: url(../images/nav_hover.gif);
	background-repeat: repeat;
	background-position: center;
}
