/* CSS Document */


.nav{
	width:100%;
	height:75px;
	background:url(../images/nav_bj.jpg) repeat-x;
	}
/*menus*/
#menus { margin:5px auto;
 width:1200px;
	height:35px;
	margin-bottom:6px;
	z-index:9999;
	font-size:12px;
	
	}
#nav {margin:0;  display:block; text-align:center;}
#nav .jquery_out a{float:left;line-height:75px;display:block; text-align:center; font-family:"微软雅黑"; color:#fff; font-size:14px}
#nav .jquery_out a:hover{ background:url(../images/nav_btn.jpg);}
#nav .jquery_out .jquery_inner a{ width:133px; text-align:center;}

#nav .jquery_out02 a{float:left;line-height:35px;display:block; text-align:center; font-family:"微软雅黑"; font-size:13px;color:#fff;}
#nav .jquery_out02 .jquery_inner a{ width:165px; text-align:center; }

#nav .jquery_out01 a{float:left;line-height:35px;display:block; text-align:center; font-family:"微软雅黑"; font-size:13px;color:#fff;}
#nav .jquery_out01 .jquery_inner a{ width:133px; text-align:center; display:block;}
#nav .jquery_out01 .jquery_inner a:hover{ background:url(../images/nav_btn.jpg) no-repeat center;}
#nav .mainlevel {float:left; width:133px; /*IE6 only*//*background:url(../images/n-border.jpg) no-repeat left center;*/  text-align:center; line-height:75px;}
#nav .mainlevel a {text-decoration:none; display:block; padding:0; color:#fff;
	font-family:"微软雅黑";font-size:14px;}
#nav .mainlevel a:hover { text-decoration:none; background:url(../images/nav_btn.jpg);}
#nav .mainlevel ul {display:none; position:absolute; *margin-left:-44px; z-index:9999;}
#nav .mainlevel li { background:#ffffff;  height:35px; line-height:35px;  width:133px;/*IE6 only*/
	  z-index:9999}
#nav .mainlevel li a{
	display:block;
	color:#333;
	}
#nav .mainlevel li a:hover{
	background:#bfc3c7;
	color:#0e7bc5;
	}


