/* CSS Document */

.menu_list {	
	width: 100%;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:10px;
	font-weight:bold;
	background: #103683 center right no-repeat;
	color:#e8f0ee;
	font-family: Verdana;
	font-size: 12px;
}
.menu_body {
	display:none;
}
.menu_body a{
  color:#333333;
  background-color:#e8f0ee;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
  line-height:150%;
}
.menu_head a:hover{
  color: #e8f0ee;
  text-decoration:underline;
}
