.menu_list {
	width:228px;
}

	
.menu_head{
	cursor: pointer;
	border-bottom:1px #cccccc dotted;
	border-top:0.5px #cccccc dotted;!important;
	position: relative; 
	background-color:#53a700;
	color:#fff;
	height:20px;
	padding:10px 10px 10px 10px;

}


.menu_head:hover{
	cursor: pointer;
	border-bottom:1px #cccccc dotted;
	border-top:0.5px #cccccc dotted;!important;
	position: relative; 
	background-color:#6ec914;
}




.menu_body {
	display:none;
}


.sub{
	width:228px;
	min-height:20px;
	overflow:hidden;
	padding:0px 0px;
	background-color:#eeeeee; 
}


.sub a{	
	display:block;
	padding:7px 7px 10px 24px; 
	background-color:#ffdca9;
	border-bottom:1px #fff solid;
	color:#282828;
}




