
.menu_list {	
width: 229px;
}
.menu_head {
width: 229px;
position: relative;
height: 29px;
background: url(../images/bg_menuleft.png) no-repeat;
}



.menu_head img{
max-width: 75px;
height: 29px;
float: right;
margin-top: 7px;
}
/*
.menu_head a:hover{
background: url(../images/menu_hoverleft.png) no-repeat;
font-family: Arial Regular;
color: black;
height: 35px;
padding-left: 28px;
padding-right: 0px!important;
overflow: hidden;
float: left;
line-height: 39px;
font-weight: bold;
width: 209px;
font-size: 15px;
text-decoration: none;
}*/

.menu_head a{
background: url(../images/bg_menuleft.png) no-repeat;
color: #2a2a2a;
height: 29px;
padding-left: 22px;
padding-right: 0px!important;
overflow: hidden;
float: left;
line-height: 29px;
font-weight: 700;
width: 204px;
font-size: 13px;
text-decoration: none;
}

.menu_head a:hover{
background: url(../images/bg_menutrai1.png) no-repeat;
color: #c40d0d;
text-decoration: underline;
}




.menu_body {
	display:none;
	width: 200px;
	margin-left: 18px;
}
.menu_body a{
  display:block;
  color:black;
  border-bottom: 1px dotted #ccc;
  line-height: 30px;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:none;
  }