/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#menu{
	width:988px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/index/menu_bg.gif) repeat-x;
	height:64px;
}
.menu_line{
	background:url(../images/index/menu_line.gif) no-repeat center top;
	width:11px;
}
.menu_double
{
	font-size:14px;
	font-family:Microsoft Yahei;
}
#nav{
	padding-left:20px;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:2px;
	height:35px;
	background:url(../images/index/menu_on_right.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:7px 13px 10px 9px;
	line-height:14px;
	background:url(../images/index/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-family:Microsoft Yahei;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
/*
#nav li .nav_on span{ 
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 16px 7px 12px;
}
*/
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:0px;
	clear:both;
}
#menu_con li{
	float:left;
	height:13px;
	margin-top:8px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/index/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:5px;
}
#menu_con li a span{
	float:left;
	padding:1px 15px 0px 15px;
	line-height:12px;
	background:url(../images/index/menu_on_right2.gif) no-repeat right top;
}
/*
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/index/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/index/menu_on_right2.gif) no-repeat right bottom;
}
*/