#menux
{
	width:189px;
	float:left;
	margin:0 auto;
	margin-top:-1px;
	margin-left:6px;
	
	_margin-top:-5px;
	_margin-left:3px;
	
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #CCC;
	background-color:#eee;
	}
.menutop
{
	background: url(../images/title1.gif) repeat-x;
	height:24px;
	line-height:24px;
	text-align:center;
	width:190px;
	font-weight:bold;
	font-size:13px;
	color:#B90003;

}
.menu_list
{
	
	width:190px;
	line-height:27px;
	float:left;
}
.menu_head 
{
	height:27px;
	line-height:27px;
	cursor: pointer;
	position: relative;
	margin:0px;
	color:#000;
    background: url(../images/sortbg.jpg) no-repeat;
    text-indent:10px;
	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:25px !important;
  line-height:25px;
}
.menu_head a
{
	text-decoration:none;
	
}
.menu_head a:hover
{
	text-decoration:none;
	
}
.menu_body a:hover
{
	
}
.menu_body ul li ul 
{
    display:none;
	position:absolute; 
	z-index:100;
	width:200px;
	margin-left:180px;
	margin-top:-28px;
	
	border: 1px solid #E0E4E7;
	font-style:oblique;
	font-stretch:ultra-condensed;
    background-color:#FFF;
}
.menu_body ul li ul li
{
	border-bottom:1px solid #E0E4E7;
}
.menu_body ul li ul a{
  display:block;
 
  text-decoration:none;
  height:20px !important;
  line-height:20px;
  color:#000;
  font-size:12px;
  text-indent:15px;
}
.menu_body ul li ul a:hover
{
	
}