#menu
{
	width:172px;
	float:left;
	margin:0 auto;
	border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
	_margin-top:-3px;
	
	}
.menutop
{
	background: url(../images/title1.gif) repeat-x;
	height:24px;
	line-height:24px;
	text-align:center;
	width:172px;
	font-weight:bold;
	font-size:13px;
	color:#B90003;

}
.menu_list
{
	
	width:172px;
	line-height:27px;
	float:left;
	
}
.menu_head 
{
	height:22px;
	line-height:22px;
	cursor: pointer;
	position: relative;
	margin:0px;
	color:#003C77;
    background: url(../images/catebg.jpg) repeat-x ;
    text-indent:10px;
        	border-left: 1px solid #E0E4E7;
border-right: 1px solid #E0E4E7;
font-size:14px;
}
.menu_body
{
	display:none;
	    	border-left: 1px solid #E0E4E7;
border-right: 1px solid #E0E4E7;
background-color:#eee;
	
	
}
.menu_body a{
  display:block;
 
  text-decoration:none;
  height:20px !important;
  line-height:20px;
}
.menu_head a
{
	text-decoration:none;
	color:#003C77;
}
.menu_head a:hover
{
	text-decoration:underline;
	color:#B90003;
}
.menu_body a:hover
{
	
}
