/* CSS Document */


#travelDates {
	top: 149px;
	}

#quicksearch {  /* Quick Search Main */
	top: 149px;
	}

body {
	background-image: url("/xroot/IDs/bahamabay/bg_gradient.gif");
	background-repeat:repeat-x;
	background-color: #a64b0b;
	}

#menu {
	background-image:url("/xroot/IDs/bahamabay/bg_menu.jpg");
	}
	
#menu li {
 	background:url("/xroot/IDs/bahamabay/norm_left.gif") no-repeat left top;
	color:#ffffff;
	}

#menu a {
	background:url("/xroot/IDs/bahamabay/norm_right.gif") no-repeat right top;
	color:#ffffff;
	}

div#menu li:hover {
  background:url("/xroot/IDs/bahamabay/norm_left_hover.gif") no-repeat left top;
	color:#cfcfcf;
	text-decoration: underline;
	}
	
div#menu li:hover a {
    background:url("/xroot/IDs/bahamabay/norm_right_hover.gif") no-repeat right top;
	color:#cfcfcf;
	text-decoration: underline;
	}

#menu #current {
	background-image:url("/xroot/IDs/bahamabay/norm_left_hover.gif");
	color:#cfcfcf;
	}
	
#menu #current a {
	background-image:url("/xroot/IDs/bahamabay/norm_right_hover.gif");
	color:#ffffff;
	}
	
#container {
	border: 1px solid #7b583d;
	}	