/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:33px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 2px;
	float:left;
}
#menu_out{
	width:750px;
	float:left;
	margin-top:5px;
	padding-left:0px;
	margin-left:200px;
	margin-right:auto;
	height:33px; 
	overflow:hidden;
}
#menu_in{
	padding-right:12px;font-family: "仿宋";
}
#menu{
	height:33px;
}
#nav{
	padding-left:10px;
}
#nav li{
	float:left;
	height:33px;
	margin-left:1px;margin-right:1px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:0px;
	height:33px;
	cursor:pointer;	
	text-decoration:none;
	 text-align:center;
}
#nav li a span{
	float:left; width:90px;
    line-height:33px;
	font-size:14px;
    font-family: "仿宋";
	color:#008ce3;
	text-decoration:none;
	text-align:center;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:90px;background:url(../images/home-bg.png) no-repeat;
}

.nav-bot{width:750px;float:left; height:20px;overflow:hidden; line-height:20px; padding-top:12px; padding-bottom:10px;}
