/* menuH.css
 * For: menuDropdown.js (version: 0.1x)
 */

/* if the menu is horizontal:
 * avoid defining 'static' elements that have a non-zero border and that have
 * their 'width' or 'height' different than 'auto', when they are ancestors of
 * submenu elements (including #mainMenu and #menuList themselves)
 * it may cause slight positioning bugs in Win/IE5-6
 * for the same reason, avoid setting a non-zero border on the BODY element if
 * Win/IE6.0 switches to standards-compliant mode
 */
/* if the menu is horizontal and has a 'static' position:
 * do not set neither margin nor padding nor border on the HTML element, as it
 * will lead to wrong submenu position in Opera 7
 * do not set margin on the BODY element neither (use padding instead)
 */

#mainMenu1 {
	color: #FFFFFF;
	padding: 0;
	/* if the menu is horizontal and has a 'static' position:
   * do not set a non-zero margin-top, if the BODY element has a zero
   * padding-top and this menu is its first 'static' child
   * this is due to an Opera 7 bug :-(
   */
  z-index: 1;
	position: static;
  /* if the menu is horizontal: use a 'static' position
   * if the menu is vertical: use an 'absolute' or 'fixed' position
   */
}

#menuList1 {
	margin: 0;
	height:35px;
	padding: 0;
	width:600px;
  /* do not use a position other than 'static' here */
}

#menuList1 li {
	/* do not change these rules */
  display: inline;
	margin: 0;
	padding: 0;
	height:32px;
	list-style: none;

  /* do not change these rules */
}

#menuList1 li a {
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	float:left;
	line-height:32px;
	height:32px;
	margin-left:2px;
	padding: 0;
	/* always set margin to '0' */
  /* Win/IE5.0 will ignore border and padding if display is 'inline' */
    text-decoration: none;
	font-size: 12px;
}
#menuList1 .cocina_india{
	width:132px;
	z-index:9;
	height:32px;
	}
#menuList1 .el_restaurante {
	width:149px;
	height:32px;
	}	

#menuList1 .galeria_photos {
	width:161px;
	height:32px;
	}
	
#menuList1 .neustra_cocina{
	width:145px;
	height:32px;
	}		
#menuList1 li a:hover, #menuList1 li a:focus {
	color: #FFFFFF;
}

/* As Win/IE5.0 doesn't apply padding on inline elements, background images
 * must be hidden from it, otherwise they will be displayed behind text
 */
#menuList1 li a.actuator {
	width/* */: auto; /* hides the following rule from Win/IE5.0 */
	color: #eb9500;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index:4;
	display: block;
}

#menuList1 li a.actuator img {
     border:0;
	 }
#menuList1 li a.actuator span {
	text-indent:-9999px;
	 }

#menuList1 li a.actuator:hover, #menuList1 li a.actuator:focus {
	width/* */: auto; /* hides the following rule from Win/IE5.0 */
	color: #FFFFFF;
}

#menuList1 .menu {
	background: url(../img/bg_sm.png);
	color: #000;
	margin: 0;
	/* only set '0' or negative margin */
  /* border  width must be the same on the four sides (in 'px' units) */
  /* padding width must be the same on the four sides (in 'px' units) */
  z-index: 1;
	position: absolute;
	padding:0 2px 5px 1px;
	visibility: hidden;
  /* always set position to 'absolute' and visibility to 'hidden' */
}

#menuList1 .menu .menu {
  margin-left: 0px;
  /* if a non-zero padding is set on .menu, set margin-left to margin-left + padding */
}



#menuList1 .menu li a {
	display: block;
	line-height: normal;
	background: none;
	padding:0px 15px 8px 10px;
	border-bottom:#eb9500 dotted 2px;
	margin-top:7px;
	font-weight:bold;
	color:#eb9500;
	height:15px;
	width:120px;
}

#menuList1 .menu li a:hover {
color: #FF0000;
}

#menuList1 .menu li a.actuator:hover, #menuList1 .menu li a.actuator:focus {

}

