.menu_list{ font-family:Verdana, Geneva, sans-serif; font-size:11px;}
.menu_head {
	clear:both;
	text-align:left;
	padding-left:10px;
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:bold;
	background-image:url(images/web_03.PNG); background-position:center; background-repeat:no-repeat; height:28px;
}
.menu_head .textoM {padding-top:6px;}
.menu_head .textoM a{ text-decoration:none; font-weight:bold; color:#000;}
.menu_body {
	text-align:left;
	padding-left:7px;
	padding-right:9px;
	display:none;
	font-size:10px;
}
.menu_body1 {
	text-align:left;
	padding-left:15px;
	display:block;
}
.menu_body a, .menu_body1 a{
  display:block;
  color:#364f6e;
  padding-left:5px;
  font-weight:bold;
  text-decoration:none;
  background-color:none;
  background-image:url(images/list.png); background-position:left; background-repeat:no-repeat; background-position:left;
}
.menu_body a:hover, .menu_body1 a:hover{
  color: #FFF;
  text-decoration:underline;
  }
.menu_body1 a.Actual{
    color:#FFF;
	font-size:14px;
  	font-weight:bold;
	font-style:italic;
  	text-decoration:none;	
	}
.menu_body1 a:hover.Actual{
  	font-weight:bold;
  	text-decoration:underline;	
	}