
#navh, #navh ul { /* estilo general */
	float: left;
	list-style: none;
	background: #4EA253;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

#navh a { /* ancho fondo interior de las l’neas */
	display: block;
	width: 135px;
	w\idth: 135px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	
}

#navh a.flechitah1 { /* posici—n flechitah primer menœ */
	background-image: url(puce.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	width: 126px;
	padding-right: 24px;
	
}

#navh li {
	float: left;
	padding: 0;
	margin-left: -1px;
	margin-bottom: -1px;
	width: 135px;
	border: 1px solid #4EA253;	
}

#navh li ul { 
	position: absolute;
	left: -999em;
	height: auto;
	width: 185px; /* ancho interior */
	w\idth: 185px;
	font-weight: normal;
}

#navh li li { /* recuadro exterior l’neas primer nivel */
	
}

#navh li ul a { /* recuadro exterior l’neas segundo nivel */
	text-align: left;
	padding: 2px;
}

#navh li ul a.flechitah { /* flechitah en los desplegados */
	background-image: url(puce.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	width: 126px;
	padding-right: 24px;
}

#navh li ul ul { /* posici—n tabla tercer nivel */
	margin-left: 153px;
	margin-top: -17px;
}

#navh li:hover ul ul, #navh li:hover ul ul ul, #navh li.sfhover ul ul, #navh li.sfhover ul ul ul {
	left: -999em;
}

#navh li:hover ul, #navh li li:hover ul, #navh li li li:hover ul, #navh li.sfhover ul, #navh li li.sfhover ul, #navh li li li.sfhover ul {
	left: auto;
}

#navh li:hover, #navh li.sfhover {
	background: #4EA253;
}

