/*主导航菜单*/
#menu ul{
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#menu_out{
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	background: url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right: 0;
}
#menu{
	background: url(../images/menu_bg.gif) repeat-x;
	height: 73px;/**/
}
.menu_line{
	background:url(../images/menu_line.gif) no-repeat center top;
	width: 6px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width: 6px;
}
#nav{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#nav li{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 35px;
}
#nav li a{
	float: left;
	display: block;
	padding-left: 6px;
	height: 35px;
	background: url(../images/menu_on_left.gif) no-repeat left top;
	cursor: pointer;
	text-decoration: none;
}
#nav li a span{
	float: left;
	padding: 14px 6px 10px 10px;
	line-height: 14px;
	background: url(../images/menu_on_right.gif) no-repeat right top;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav li .nav_on{						/*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{					/*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#666666;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	text-decoration:none;
	padding-left:0px;
	clear:both;
}
#menu_con ul li{
	text-decoration:none;
	float:left;
	height:0px;
	margin-top:8px;
}
#menu_con ul .homeSeek{
	text-decoration:none;
	float:right;
	height:0px;
	margin-top:8px;
}
#menu_con ul li a{
	display:block;
	float:left;
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con ul li a span{
	float:left;
	color:#666666;
	text-decoration:none;
	padding:6px 3px 4px 3px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
}
#menu_con ul li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con ul li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}