@charset "utf-8";
/* CSS Document */

#menu { 
 margin: 0; 
 padding: 0; 
 background-image: url(/images/travel/assets/images/navbar/navbar_leftbg.jpg);
 background-repeat: no-repeat;
 list-style-type: none;
 height:24px;
 width:800px;
 position:relative;
 float:left;
 }

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left:176px;
  }

#menu li { 
	display: inline;
    float: left;
	}

#navhome { 
 width: 70px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/home_btn_up.jpg);
}

#navhome:hover { 
 background-image: url(/images/travel/assets/images/navbar/home_btn_over.jpg);
 width: 70px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;
}

#navdesination { 
 width: 119px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/destination_btn_up.jpg);
}

#navdesination:hover { 
 background-image: url(/images/travel/assets/images/navbar/destination_btn_over.jpg);
 width: 119px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;
}

#navbespoke { 
 width: 85px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/bespoke_btn_up.jpg);
}

#navbespoke:hover { 
 background-image: url(/images/travel/assets/images/navbar/bespoke_btn_over.jpg);
 width: 85px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;
} 
 #navnewsletters { 
 width: 114px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/newsletter_btn_up.jpg);
}

#navnewsletters:hover { 
 background-image: url(/images/travel/assets/images/navbar/newsletter_btn_over.jpg);
 width: 114px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;}
 
#navpress { 
 width: 66px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/press_btn_up.jpg);
}

#navpress:hover { 
 background-image: url(/images/travel/assets/images/navbar/press_btn_over.jpg);
 width: 66px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;}
 
#navabout { 
 width: 92px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/about_btn_up.jpg);
}

#navabout:hover { 
 background-image: url(/images/travel/assets/images/navbar/about_btn_over.jpg);
 width: 92px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;}
 
 #navcontact { 
 width: 78px; height: 24px; background-repeat: no-repeat; text-decoration: none; text-align: center; display: inline-block;
 background-image: url(/images/travel/assets/images/navbar/contact_btn_up.jpg);
}

#navcontact:hover { 
 background-image: url(/images/travel/assets/images/navbar/contact_btn_over.jpg);
 width: 78px; height: 24px; background-repeat: no-repeat; text-decoration: none;  text-align: center; display: inline-block;}
