.menu_list {	
	width: 186px;
}
.menu_head {
	padding: 5px 10px 5px 18px;
	cursor: pointer;
	position: relative;
	margin: 1px;
	font-weight: bold;
	font-size:12px;
	background: white url(/_presentation/img/right.png) no-repeat center left;
	border-bottom: 1px solid #999999;
}
.menu_head:hover, .menu_head a.active{
	color: #01B2EB !important;
}
.menu_head.active {
  background-image: url(/_presentation/img/down.png);
}
.menu_body {
	display:none;
}
.menu_body.active {
	display: block;
}
.menu_body a{
	display: block;
	color: #999999;
	background-color: white;
	padding: 3px 3px 3px 30px;
	font-weight: normal;
	font-style: italic;
	font-size:12px;
	text-decoration: none;
}
.menu_body a:hover{
  color: #99CCCC;
  text-decoration:underline;
  }
.menu_body a.active{
	color: #99CCCC;
}	
