/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0 auto;
  border: 0 none;
  padding: 0;
  width: 545px; /*For KHTML*/
  list-style: none;
  height: 29px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  float: left; /*For Gecko*/
  display: inline;
  position: relative;
  height: 22px;
  text-align: center;
}
ul#navmenu-h ul {
  margin: 0 ;
  border: 0 none;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 29px;
  left: 0;
}

ul#navmenu-h ul li {
  width :150px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  text-align: left;
}

/* Root Menu */
ul#navmenu-h ul li a {
  border: 1px solid #fff;
  border-right-color: #888;
  border-bottom-color: #999;
  padding: 4px 8px 0px 8px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background-color: #E4E5E7;
  color: #666;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: 16px !important;
  height: 16px; /*For IE*/
  text-align:left
}
ul#navmenu-h  a {
 border:none;
 color:#FFFFFF;
 padding: 0;
 float: none !important; /*For Opera*/
 float: left; /*For IE*/
 display: block;
 text-decoration: none;
 font-size:11px;
 text-align: center;
}
ul#navmenu-h  a.inicio {
  background: url("../images/btn-inicio.gif") no-repeat top;
  width:75px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.inicio:hover { background: url("../images/btn-inicio.gif") no-repeat bottom; }
ul#navmenu-h  a.empresa {
  background: url("../images/btn-empresa.gif") no-repeat top;
  width:96px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.empresa:hover { background: url("../images/btn-empresa.gif") no-repeat bottom; }

ul#navmenu-h  a.dominios {
  background: url("../images/btn-dominios.gif") no-repeat top;
  width:98px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.dominios:hover { background: url("../images/btn-dominios.gif") no-repeat bottom; }

ul#navmenu-h  a.hosting {
  background: url("../images/btn-hosting.gif") no-repeat top;
  width:91px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.hosting:hover { background: url("../images/btn-hosting.gif") no-repeat bottom; }

ul#navmenu-h  a.ayuda {
  background: url("../images/btn-ayuda.gif") no-repeat top;
  width:79px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.ayuda:hover { background: url("../images/btn-ayuda.gif") no-repeat bottom; }

ul#navmenu-h  a.contratar {
  background: url("../images/btn-contratar.gif") no-repeat top;
  width:101px;
  height:29px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  
}
ul#navmenu-h  a.contratar:hover { background: url("../images/btn-contratar.gif") no-repeat bottom; }

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  
  color: #FFB400;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  color: #135497;
  background:#E4E5E7;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  color: #000;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  color: #EAC80F;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
