/* ---------- Main Menu Style ---------- */
/*#header-menu{
	position: relative;
	margin-top: -63px;
	z-index: 10;
}
*/

.hideMenu {
	display: none;
}

#header #mainnmenu{
	position: relative;
	height: 61px;
	text-align:left;
}
#header #mainmenu ul{
	list-style:none;
}
#header #mainmenu ul li{
	float:left;
	margin: 22px 0 0 0;
}
#header #mainmenu li a{
	/*margin: 0 20px 0 20px;*/
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat:no-repeat;
	height: 29px;
	display: block;
}				
#header #mainmenu li a:hover{ background-position: 0 -29px !important} 
#header #mainmenu li .selected{ background-position: 0 -29px !important; } 
#header #mainmenu li .selected:hover{ background-position: 0 -29px !important; }

		/*english version homepage mainmenu buttons*/
		#header .home{ background: url(../images/btns_eng/home_btn.png); width: 43px !important; margin-left: 10px; }
		#header .about{ background: url(../images/btns_eng/about_btn.png); width: 61px !important; margin-left: 52px;}
		#header .accommodation{ background: url(../images/btns_eng/accommodations_btn.png); width: 117px !important; margin-left: 52px;}
		#header .rest{ background: url(../images/btns_eng/restaurants_btn.png); width: 73px !important; margin-left: 50px;}
		#header .experience{ background: url(../images/btns_eng/experience_btn.png); width: 82px !important; margin-left: 60px;}
		#header .gethere{ background: url(../images/btns_eng/getting_here_btn.png); width: 83px !important; margin-left: 60px; }	
		#header .concierge{ background: url(../images/btns_eng/concierge_btn.png); width: 70px !important; margin-left: 58px;}
		
		/*spanish version homepage mainmenu buttons*/
		#header .home_es{ background: url(../images/btns_esp/inicio_btn.png); width: 43px !important; margin-left: 10px; }
		#header .about_es{ background: url(../images/btns_esp/nosotros_btn.png); width: 93px !important; margin-left: 37px;}
		#header .accommodation_es{ background: url(../images/btns_esp/alojamiento_btn.png); width: 82px !important; margin-left: 53px;}
		#header .rest_es{ background: url(../images/btns_esp/restaurantes_btn.png); width: 81px !important; margin-left: 64px;}
		#header .experience_es{ background: url(../images/btns_esp/viva_virgin_gorda_btn.png); width: 82px !important; margin-left: 60px;}
		#header .gethere_es{ background: url(../images/btns_esp/como_llegar_btn.png); width: 83px !important; margin-left: 55px; }	
		#header .concierge_es{ background: url(../images/btns_esp/concierge_btn.png); width: 70px !important; margin-left: 58px;}

#subpagesMenu {
	background: url(../images/main_navigation_subpages_en.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 965px;
	height: 78px;
	margin-top: -10px;
}
.subPagesMenuEs {
	background: url(../images/main_navigation_subpages_background_es.png) !important;
}
#subpagesMenu #mainmenu .hideMenu {
	display: block !important;
}
#subpagesMenu #mainmenu ul li{
	margin: 28px 0 0 -23px;
}
		/*english version homepage mainmenu buttons*/
		#subpagesMenu .home{margin-left: 10px !important; }
		#subpagesMenu .about{ margin-left: 50px !important; }
		#subpagesMenu .accommodation{ margin-left: 52px !important; }
		#subpagesMenu .rest{margin-left: 45px !important; }
		#subpagesMenu .menuLogo { margin: -12px 0 0 37px; }
		#subpagesMenu .experience{ margin-left: 50px !important; }
		#subpagesMenu .gethere{ margin-left: 75px !important; }	
		#subpagesMenu .concierge{ margin-left: 73px !important; }
		
		/*spanish version homepage mainmenu buttons*/
		#subpagesMenu .home_es{ margin-left: 10px !important; }
		#subpagesMenu .about_es{ margin-left: 48px !important; }
		#subpagesMenu .accommodation_es{ margin-left: 53px !important; }
		#subpagesMenu .rest_es{ margin-left: 45px !important; }
		#subpagesMenu .menuLogo_es { margin: -12px 0 0 33px;}
		#subpagesMenu .experience_es{ margin-left: 50px !important; }
		#subpagesMenu .gethere_es{ margin-left: 73px !important; }	
		#subpagesMenu .concierge_es{ margin-left: 75px !important; }


#footer #mainmenu{
	position: relative;
	height: 61px;
	text-align:left;
}
#footer #mainmenu ul{
	list-style:none;
}
#footer #mainmenu ul li{
	float:left;
}
#footer #mainmenu a{
	font-family: century gothic;
	text-decoration: none;
	font-size:.8em;
	line-height:2.8;
	color:#ffffff;
	margin: 5px 15px 5px 15px;
	font-weight:lighter;
}
#footer #mainmenu a:hover{
	color: #f7931e;
	font-weight: normal;
}
#footer .menulinks{
	background-image:url(../images/nav-line.png);
	background-repeat:no-repeat;
	background-position:right;
}
/* --------------------------------------*/

/* ---------- sub-Menu para restaurants, experience, getting here ---------- */
#rest-header{
	background-image:url(../images/rest-header.png);
	background-repeat:no-repeat;
	width:auto;
	height: 20px;
}
#rest-content{
	background-image:url(../images/form-content.png);
	background-repeat:repeat-y;
	width:auto;
	padding:  1px 10px 1px 10px;
}
#rest-content ul{
 list-style:none;	
 margin:5px;
 text-align:left;
  padding:0;
}
#rest-content li{
 margin-bottom:8px;
 background-image:url(../images/forms-spacer.png);
 background-repeat:no-repeat;
 background-position:bottom;
}
#rest-content a{
 text-decoration:none;
}
#rest-footer{
	background-image:url(../images/form-footer.png);
	background-repeat:no-repeat;
	width:auto;
	height: 23px;
	display: block;
}
/* --------------------------------------*/
