/* CSS Document */
body {
	margin: 10px auto;
	font: 75%/120% Verdana,Arial, Helvetica, sans-serif;
}
.menu_list {	
	width: 200px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: #C4D863;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}

.menu_head:hover {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: #ABCD85;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
	color:#006699;
	background-color:#CDF4B0;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5FFD5;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  	background-color:#F7F7F7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
  
  }
