.menu_list {	
	border: 1px solid #ccc;
	padding-bottom: 20px;
}

#menu_title{
	height: 20px;
	width: 200px;
	padding: 6px 0 0 0px;
	font-size: 10px;
	background: url(../images/top_box_menu.png) no-repeat left top;
	float:left;
	text-align: left;
}

#menu_title h2{
	font-size: 12px; 
	color: #fff; 
	font-weight: bold; 
	padding-left: 6px;
}

.menu_head
{
	position: relative;
	margin:1px;
    font-weight:bold;
	padding: 8px 5px 8px 10px;
	border-bottom: 1px #ccc dashed;
	/*background: url(../images/img08.png) no-repeat 0 13px;*/
    background: url(left.png) center right no-repeat;
}
.menu_body {
	display:none;	
}

.menu_body a{
  display:block;
  color:#8a8a8a;
  margin-left:20px;
  font-weight: normal;
  font-size: 11px;
  line-height: 17px; 
  padding: 5px 0 5px 5px;
  border-bottom: 1px #ccc dashed;
  width: 150px;
}
.menu_body a:hover{
  text-decoration:underline;
  border-bottom: 1px #ccc dashed;
  }
  


