
#menuH {
	height: 24px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 23px;
	padding-left: 10px;
	background-color:#EBEBEB;
	float: none;
	}
#menuH li a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
#menuH li a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
#menuH li a:hover {
	color: #007d24;
	text-decoration: none;
	font-weight: bold;

	}
/* MENU DROPDOWN*/

 .menu-hv * { margin: 0; padding: 0;}
 .menu-hv a {
	display: block;
	margin-top: 2px;
} 
 .menu-hv li {
	list-style: none;
	float: left;
	height: 20px;
 } 
 .menu-hv li IMG{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: -9px;
	_margin-bottom: -7px;
	height: 20px;
	}
  .menu-hv li ul {
	position: absolute;
	visibility: hidden;
	width: auto;
	background-color: #EBEBEB;
	_margin-top: 10px;
	margin-top: 2px;
	filter: Alpha(Opacity=90, FinishOpacity=0, Style=0, StartX=0, StartY=0, FinishX=0, Finish=0);
	margin-right: 5px;
} 
  .menu-hv li ul li {
	float: none;
	white-space: nowrap;
	display: inline;
	line-height: 15px;
	text-indent: 5px;
  } 
  .menu-hv li ul li ul {
	position: absolute;
	left: 100%;
	top: 5px;
	margin-top: 7px;
} 
  .menu-hv li:hover ul, .menu-hv li.over ul {
	visibility: visible;
} 
  .menu-hv li:hover ul ul, .menu-hv li.over ul ul { visibility: hidden;} 
  .menu-hv ul ul li:hover ul, .menu-hv ul ul li.over ul { visibility: visible;} 
 /* visual */
	.menu-hv li ul li a {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: 10px;
}           
	.menu-hv a:hover { text-decoration:none; color: #666666;} 
	              
	.menu-hv ul li ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
} 
	
	/* FIM MENU DROPDOWN*/