#mn-icons {
	width: 830px;
	height: 120px;
	padding-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
#cabins, #rates, #reserve, #specials {
	float: left;
	width: 200px;
	height: 120px;
	background: #e2e2e2;
	border: 1px solid #000;
	margin-right: 5px;
	}
	
#cabins h2, #rates h2, #reserve h2, #specials h2 {
	padding: 0px;
	margin: 0px;
	text-indent: -9000px;
	}
	
#bt-cabins, #bt-rates, #bt-reserve, #bt-specials {
	display: block;
	width: 200px;
	height: 120px;
	}
	
#bt-cabins { background: url("/images/bt-cabins-200.jpg") no-repeat 0px 0px; }
#bt-cabins:hover { background-position: 0px -120px; }
#bt-rates { background: url("/images/bt-rates-200.jpg") no-repeat 0px 0px; }
#bt-rates:hover { background-position: 0px -120px; }
#bt-reserve { background: url("/images/bt-reservations-200.jpg") no-repeat 0px 0px; }
#bt-reserve:hover { background-position: 0px -120px; }
#bt-specials { background: url("/images/bt-specials-200.jpg") no-repeat 0px 0px; }
#bt-specials:hover { background-position: 0px -120px; }
