/* Basic code - don't modify */
 
 #nav { display:block; width:962px; margin: 0; padding: 0; position: relative;  height:46px; z-index:100; font-family:Arial, Helvetica, sans-serif; margin-bottom:15px; }
  #nav li { display:block; list-style: none;   margin: 0; padding: 0; float: left; position: relative;  }
  #nav a { display: block;  color: #acacac; }

  #nav a.homep { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:0 0; height:46px;  width:137px;  text-indent:-5000px;}
  #nav a.destinations { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-137px 0; height:46px; width:137px; text-indent:-5000px;}
  #nav a.resorts { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-274px 0; height:46px; width:137px; text-indent:-5000px;}
  #nav a.flights {  background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-411px 0; height:46px;width:137px;   text-indent:-5000px;}
  #nav a.contactus {  background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-548px 0; height:46px; width:137px;  text-indent:-5000px;}
  #nav a.aboutus{ background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-685px 0; height:46px;width:137px;    text-indent:-5000px;}
  #nav a.travel{  background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-822px 0; height:46px; width:140px; text-indent:-5000px;}
  #nav a.promotions_{ background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-959px 0; height:46px; width:120px;   text-indent:-5000px;}

  /*********hover*************************/
  #nav a.homep:hover {    background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:0 -46px;; height:46px;  width:137px;  text-indent:-5000px;}
  #nav a.destinations:hover  { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-137px -46px; height:46px; width:137px; text-indent:-5000px;}
  #nav a.resorts:hover  { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-274px -46px; height:46px; width:137px; text-indent:-5000px;}
  #nav a.flights:hover  { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-411px -46px; height:46px; width:137px;    text-indent:-5000px;}
  #nav a.contactus:hover  { background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-548px -46px; height:46px; width:137px;  text-indent:-5000px;}
  #nav a.aboutus:hover {background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-685px -46px; height:46px; width:137px;    text-indent:-5000px;}
  #nav a.travel:hover {background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-822px -46px;height:46px; width:140px; text-indent:-5000px;}
  #nav a.promotions_:hover {background-image:url(../../../../images/ultimate-Nav-Bar.jpg); background-repeat:no-repeat; background-position:-959px -46px; height:46px; width:120px;   text-indent:-5000px;}



 
 
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul {
	width: 220px;
	/*margin-left: 5px;
	padding-left: 5px;*/
}
#nav ul ul { left: 200px;}

/* Everything else is theming */
 
#nav { height: 46px; }
#nav *:hover { background-color: none; }
#nav a {
    height:20px; 
	/*border-right: 1px solid white;*/
	color: #999;
	font-size: 12px;
	padding: 0px;
	/*line-height: 20;*/
	text-decoration: none;
	text-align: left;
	/*padding-left:2px;*/
}
  #nav li.hover a { /*background-color: #324f91 */ }
  #nav ul { top: 46px; }
    #nav ul li a { background-color: #f1f1f1; }
      #nav ul a.hover { background-color: #272727; color:#fff; }
   #nav ul a { border-bottom: 1px solid #ccc; border-top: 1px solid #fff; padding:0; border-right: none; padding-left:10px;/*opacity: 0.9; filter: alpha(opacity=90); */}
   #nav ul a.final{  background:url(../../../../imagenes/menu_bottom.png) top no-repeat; height:20px; border:0;} 
   #nav ul a.sigue{  background:url(../../../../imagenes/menu_arrow.png) center right no-repeat #f1f1f1;}

/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

