/*big menu*/

#kwick {
	margin-left: 11px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 25px;
	width: 597px;
}

#kwick .kwicks {
	display: block;
	height: 25px;
}

#kwick li {
	float: left;
	list-style: none;
}

#kwick ul {
	margin:0;
	padding:0;
}


#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 25px;
	width: 125px;
	padding: 10px;
	background: #c0dbee;
	border-right: 5px solid #c0dbee;
} 

#kwick .kwick span {
	display: none;
}

#kwick .destinations {
	background: #c0dbee url(/images/destinations.gif);
	background-repeat: no-repeat;
}

#kwick .reservations {
	background: #c0dbee url(/images/reservations.gif);
	background-repeat: no-repeat;
}

#kwick .reservations2 {
	background: #c0dbee url(/images/reservations2.gif);
	background-repeat: no-repeat;
}

#kwick .houseboats {
	background: #c0dbee url(/images/houseboats.gif);
	background-repeat: no-repeat;
}


#kwick .questions {
	background: #c0dbee url(/images/questions.gif);
	background-repeat: no-repeat;
}

#kwick .specials {
	background: #c0dbee url(/images/specials.gif);
	background-repeat: no-repeat;
}

#kwick .contact {
	background: #c0dbee url(/images/askrep.gif);
	background-repeat: no-repeat;
	border-right: 0;
	padding: 0px 20px 20px 0px;
}
