/* ------------ menuh HORIZONTAL --------------------------------------------------- */
#menuh {
width: 100%;
background: #fff;
float: left;
z-index: 500;
}

#menuh ul {
list-style: none;
margin: 0;
padding: 0;
width: 138px;
float: left;
z-index: 500;
}

#menuh a, #menuh h2 {
font: 11px/normal Tahoma, Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
text-align: center;
padding: 2px 10px;
z-index: 500;
}

#menuh h2 {
color: #666;
background: #000;
text-transform: uppercase;
z-index: 500;
}

#menuh a ,
#menuh a:link,
#menuh a:visited,
#menuh a:active {
color: #666;
	/* background: #efefef; */
text-decoration: none;
	background-image:url(../images/fondo_menu_sup.png);
	z-index: 500;
}

#menuh a:hover {
color: #FFF;
	/* background: #fff; */
 background-image:url(../images/fondo_menu_sup_on.png);
	z-index: 500;
}

#menuh li {position: relative;z-index: 500;
}

#menuh ul ul {
position: absolute;
z-index: 500;
}

#menuh ul ul ul {
position: absolute;
top: 0;
left: 100%;
z-index: 500;
}

div#menuh ul ul,
div#menuh ul li:hover ul ul,
div#menuh ul ul li:hover ul ul
{display: none;}

div#menuh ul li:hover ul,
div#menuh ul ul li:hover ul,
div#menuh ul ul ul li:hover ul
{display: block;}
