/* CSS Document */


#travelDates {
	top: 149px;
	}

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

body {
	background-image: url(/xroot/IDs/worldquestorlando/bg-body.jpg);
	background-repeat:repeat-x;
	background-color: #916f3e;
	background-position: -100px 0px;
	}
	
#menu {
	background-image:url("/xroot/IDs/worldquestorlando/bg_menu.jpg");
	}

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

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

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

#menu #current {
	background-image:url("/xroot/IDs/worldquestorlando/norm_left_hover.gif");
	  color:#ffffff;
	}
	
#menu #current a {
	background-image:url("/xroot/IDs/worldquestorlando/norm_right_hover.gif");
	  color:#ffffff;
	}

#container {
	border:none;
	}