/* CSS Document */
#navigation{width:785px;  }
#navigation ul li{ float:left;  }
#navigation ul li a{ height:28px; display:block; text-indent:-9999px; }

#navigation ul li.home a{ background: url(../images/buttons/home.gif) left top no-repeat; width:103px; }
#navigation ul li.home a:hover, #navigation ul li.home a.active{	background: url(../images/buttons/home.gif) left -29px no-repeat; }

#navigation ul li.flightOptions a, #navigation ul li.priceBooking a, #navigation ul li.information a, #navigation ul li.whereWeFly a, #navigation ul li.aboutUs a, #navigation ul li.photoGallery a{ width:97px;}

#navigation ul li.flightOptions a{ background: url(../images/buttons/flight_options.gif) left top no-repeat; }
#navigation ul li.flightOptions a:hover, #navigation ul li.flightOptions a.active{ background: url(../images/buttons/flight_options.gif) left -29px no-repeat; }

#navigation ul li.priceBooking a{ background: url(../images/buttons/price_booking.gif) left top no-repeat; }
#navigation ul li.priceBooking a:hover, #navigation ul li.priceBooking a.active{ background: url(../images/buttons/price_booking.gif) left -29px no-repeat; }

#navigation ul li.information a{ background: url(../images/buttons/information.gif) left top no-repeat; }
#navigation ul li.information a:hover, #navigation ul li.information a.active{ background: url(../images/buttons/information.gif) left -29px no-repeat; }

#navigation ul li.whereWeFly a{	background: url(../images/buttons/where_we_fly.gif) left top no-repeat; }
#navigation ul li.whereWeFly a:hover, #navigation ul li.whereWeFly a.active{ background: url(../images/buttons/where_we_fly.gif) left -29px no-repeat; }

#navigation ul li.aboutUs a{ background: url(../images/buttons/about_us.gif) left top no-repeat; }
#navigation ul li.aboutUs a:hover, #navigation ul li.aboutUs a.active{ background: url(../images/buttons/about_us.gif) left -29px no-repeat; }

#navigation ul li.photoGallery a{ background: url(../images/buttons/photo_gallery.gif) left top no-repeat; }
#navigation ul li.photoGallery a:hover, #navigation ul li.photoGallery a.active{ background: url(../images/buttons/photo_gallery.gif) left -29px no-repeat; }

#navigation ul li.contactUs a{ background: url(../images/buttons/contact_us.gif) left top no-repeat; width:100px; }
#navigation ul li.contactUs a:hover, #navigation ul li.contactUs a.active{ background: url(../images/buttons/contact_us.gif) left -29px no-repeat; }

.subNav{
	background: url(../images/undermenu.jpg) left top no-repeat;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 10px 0px 10px;
}
#navigation .subNav a{ color:#fff; font-size:13px; font-weight:bold; text-decoration:none; padding:3px 0px; margin-right:17px; line-height:25px; }
#navigation .subNav a:hover, #navigation .subNav a.active{ color:#d8d8d8;}