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

#navh a { /* ancho fondo interior de las líneas */
	display: block;
	width: 150px;
	width: 150px;
	//color: #7C6240;
	color: #2a6e8f;
	text-decoration: none;
	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: 152px;
	border:1px solid #0c5b6e;
	//border: 1px solid #eda;	
}

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