/*主导航菜单*/
#nav{
	height:35px;
	background:url(../images/navbg.gif) repeat-x;
	overflow:hidden;
	padding-left:37px;
}
#nav li{
	float:left;
	height:35px;
	background:url(../images/dot.gif) no-repeat right top;
	padding-right:2px;
}
#nav li.forBg{
}
	
#nav li a{
	float:left;
	height:35px;
	display:block;
	color:#fff;
	font-weight:bold;
	padding:0 15px 0 15px;
	line-height:35px;
}
#nav li a.select,#nav li a:hover {
	background:url(../images/navhover.gif) no-repeat center bottom;
}
/*子栏目*/
#menu_con{
	position:relative;
	color:#000;
	text-align:left;
	padding-left:20px;
	clear:both;
	height:27px;
	line-height:27px;
	background:#EAEAEA;
	margin-bottom:1px;
}
#menu_con li{
	float:left;
	height:27px;
	background:url(../images/dot1.gif) no-repeat right top;
	padding:0 15px;
}
#menu_con li a{
	display:block;
	float:left;
	cursor:pointer;
	color:#000;
}
#menu_con li a:hover{
	text-decoration:none;
}