/* CSS Document */
body {
	margin: 10px auto;
	font: 75%/120% Verdana,Arial, Helvetica, sans-serif;
}
.menu_list {	
	width: 221px;
}
.menu_head {
	padding: 4px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: #F9F9F9;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.menu_head:hover {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background-color: #000000;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.menu_body {
	display:none;
}
.menu_body a{
	display:block;
	color:#000000;
	background-color:#DDCAE6;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.menu_body a:hover{
  color: #FFFFFF;
  text-decoration:underline;
  	background-color:#AF83C5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
  
  }