#navh, #navh ul { /* estilo general */
	float: left;
	list-style: none;
	background:#FFCC66;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	z-index:321321321;
     
}

#navh a { /* ancho fondo interior de las l’neas */
	display: block;
	width: 130px;
	
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	
}
#navh a.Estilo1 { /* ancho fondo interior de las l’neas */
	display: block;
	width: 130px; 
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	height:30px;
}

#navh a.Estilo2 { /* ancho fondo interior de las l’neas */
	display: block;
	width: 130px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 2px;
	
}


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

#navh li {
	float: left;
	padding: 0px;
	margin-left: -1px;
	margin-top: -1px;
	width: 130px;
	
}

#navh li ul { 
	position: absolute;
	left: -999em;
	height: auto;
	width: 130px; /* ancho interior */

	font-weight: normal;
	border: 1px solid #CCCCCC;
	background:#A8CBF2

}

#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: 130px;
	padding-right: 24px;
}

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



#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;
	z-index:31321;
}

#navh li:hover, #navh li.sfhover {
	background: #D1E3F8;
	z-index:321321;
}

