@charset "utf-8";
/* CSS Document */
#head{
	width:1002px;
	background-color:#053D4E;
}
#h_menu{
	width:1002px;
	height:33px;
	display:block;
	background:url(../images/menu_bg.jpg) left top repeat-x;
}
#h_menu_left{
	width:83px;
	height:33px;	
	float:left;
	background:url(../images/menu_l.gif) left top no-repeat;
}
#h_menu_right{
	width:85px;
	height:33px;	
	float:right;
	background:url(../images/menu_r.gif) right top no-repeat;
}
#h_menu_mid{
	width:790px;
	margin:4px 22px 1px 22px;
	height:28px;
	float:left;
	background:url(../images/menu_fgt.gif) left top no-repeat;
}
#h_menu_mid ul{	
	list-style:none;	
	margin:0;
	padding:0;	
	padding-left:1px;
}
#h_menu_mid ul li{
	width:131px;
	height:30px;
	line-height:26px;
	text-align:center;
	background:url(../images/menu_fgt.gif) right top no-repeat;	
	float:left;
	display:block;
}
#h_menu_mid ul li a{
	font-size:14px;	
	width:131px;
	font-weight:bold;
	color:#255D14;
	line-height:26px;
	text-decoration:none;
	display:block;
}
#h_menu_mid ul li a:hover{	
	color:#DE5100;
	line-height:26px;
	text-decoration:none;
	display:block;	
}
/*头部菜单的菜单样式*/



