/*头部热门行业导航菜单*/
#top_menu{
	margin:0px auto;
	background-color:#F9F9F9;
	border-bottom:1px solid #D8D8D8;
	padding:0px;
	height:25px;
	font:12px;
	text-align: center;
}
#top_menu ul{
	list-style-type:none;
	margin:0px auto;
	width:1024px;
	padding:0px;
	text-align: center;
}
#top_menu ul li{
	float:left;
	padding-left:7px;
	padding-top:6px;
	text-align: center;
}
#top_menu ul li a:link,#top_menu ul li a:visited{
	text-decoration:none;
	color:#666666;
}
#top_menu ul li a:hover{
	color:#CC0000;
}
#top_menu ul li.hy1w a,#top_menu ul li.hy1w a:visited{
	color:#0066FF;
	text-decoration:underline;
	padding-right:10px;
}
#top_menu ul li.hy1w a:hover{
	color:#003399;
}
/*头部热门行业导航菜单结束*/
