﻿@charset "utf-8";
/* CSS Document */
body{padding:0px;margin:0px;}
body{
	font-family:"微软雅黑";
	font-size:14px;
	background-color:#ffffff;
	line-height: normal;
	font-weight: normal;
	text-decoration: normal;
}
ul,li{padding:0px;margin:0px;list-style-type: none;}
a{text-decoration: none;color:#CFE0EE;}
a:hover{color:#Fff;}

/*导航菜单*/
#navMenu {width:1000px;margin:0px auto;height: 41px;line-height: 41px;display:block;overflow:hidden;background: url(../images/nav_bg.jpg) repeat-x ;}
#navMenu ul{width:100%;padding-left:0px;background:url(../images/nav_l.jpg) no-repeat;float:left;}
#navMenu .onelink{background-image:none;}
#navMenu_r{padding-right:8px;background:url(../images/nav_r.jpg) no-repeat right ;float:right;height:41px;}
#navMenu li {width:92px;text-align:center;float: left;line-height:41px;height: 41px;background-image: url(../images/nav_fg.jpg);	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{background: url(../images/nav_hover.jpg)  no-repeat center;	text-decoration: none;color:#FFf;}
