.mainmenu{
	clear: both;
	height:34px;
	font-size:12px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif","宋体","黑体";
	background:#008bc7;
	overflow:hidden;
}
.mainmenu ul{
	margin:0;
	padding:0 0 0 15px;
	float:left;
	list-style-type:none;
	list-style-position : outside;
	line-height : normal;
}
.mainmenu li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.mainmenu_now{
	background:#005f92;
}
.mainmenu_hot{
	color:red;
}
.mainmenu_normal{

}
.mainmenu a{
	float:left;
	margin:0;
	padding:11px 20px 9px 20px;
	height:16px;
	text-decoration: none;
}
.mainmenu a:link{
	color: white;
	text-decoration: none;
}
.mainmenu a:visited{
	color: white;
	text-decoration: none;
}
.mainmenu a:hover{
	color: darkorange;
}
.mainmenu a:active{
	color: darkorange;
}
