#navh {
	float: left;
	list-style: url(none) none;
	background: #060E5F left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
}
 #navh ul 
 { /* estilo general */
	float: left;
	list-style: none;
	background: #6699CC;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-left:10;
}
#navh a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-left:12px;
	line-height: 12px;
	
}
#navh a:hover {
	color: #ffffff;
	line-height: 12px;
	
}

#navh a.flechitah1 { /* posici—n flechitah primer menœ */
	/*background-image: url(arrows.gif);*/
	background-position: right 1px;
	background-repeat: no-repeat;

	
}

#navh li {
	float: left;
	margin-left: -1px;
	margin-bottom: -1px;
	border: 1px solid #060E5F;	
}

#navh li ul { 
	position: absolute;
	left: -999em;
	height: auto;
	width: 138px; /* ancho interior */
	
	font-weight: normal;
}

#navh li li { /* recuadro exterior l’neas primer nivel */
	width: 138px;
	
}

#navh li ul a { /* recuadro exterior l’neas segundo nivel */
	text-align: left;
	lef:0px;
	
}
#navh li ul a:hover { /* recuadro exterior l’neas segundo nivel */
	text-align: left;
	color:#060E5F;
	background: #efefef;
}
#navh li ul a.flechitah { /* flechitah en los desplegados */
	background-image: url(arrows.gif); 
	background-position: right 1px;
	background-repeat: no-repeat;
	width: 131px;
	padding-right: 0px;
	
}
#navh li ul a.flechitah:hover { /* flechitah en los desplegados */
	background-image: url(arrows.gif); 
	background-position: right 0px;
	background-repeat: no-repeat;
	color:#060E5F;
	width: 131px;
	padding-right: 0px;
}

#navh li ul ul { /* posici—n tabla tercer nivel */
	margin-left: 133px;
	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;
	
}
