
#navh, #navh ul { /* estilo general */
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	z-index:99;
	}

#navh a { /* ancho fondo interior de las l’neas */
	display: block;
	width: 140px;
	w\idth: 140px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 2px;
	
}

#navh a.flechitah1 { /* posici—n flechitah primer menœ */
	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: 152px;
	z-index:99;
}

#navh li ul { 
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px; /* ancho interior */
	w\idth: 152px;
	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-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;
	color:#831A7C;
}

#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;
	color:#831A7C;
}

#navh li:hover, #navh li.sfhover {
	/* background: white; */
	color:#831A7C;
}
#rub2, #rubsous2 {
	background: #E52E87;
}

#rub3, #rubsous3 {
	background: #84187E;
}

#rub4, #rubsous4 {
	background: #003981;
}

#rub1, #rubsous1 {
	background: #F08A00;
}

