.menu_list {	
	width: 100%;
}

.menu_head {
	padding: 5px 5px;
	cursor: pointer;
	font-family: century gothic, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	margin:1px;   	
	text-align: left;
	color: #007437;
	border-bottom:1px solid #dedede;
	letter-spacing:1px;
}

.menu_head:hover {
  text-decoration:none;
  background-color: #eee;
}

.menu_body {
	padding: 5px 5px;
	display:none;
}

.menu_body a{
	padding: 5px 5px;
	display:block;
	font-family: Verdana; 
	font-size: 10px;
	font-weight: bold;  
	text-decoration:none;
	text-align: left;
	border-bottom:1px solid #dedede;
}

.menu_body a:hover{
  text-decoration:none;
} 