/**************************************************************	Image Menu	v 2.2**************************************************************/#imageMenu {	position: relative;	width: 600px;	height: 200px;	overflow: hidden;}#imageMenu ul {	list-style: none;	padding:0 0 0 1px;	margin: 0px;	display: block;	height: 200px;	width: 1000px;		}#imageMenu ul li {	float: left;}#imageMenu ul li a {	text-indent: -1000px;	background:#5d90aa none repeat scroll 0%;	border-right: 2px solid #fff;	cursor:pointer;	display:block;	overflow:hidden;	width:75px;/*lets me show more items*/	height: 200px;}#imageMenu ul li#home a {	background: url(../images/home.jpg) repeat scroll 0%;}#imageMenu ul li#about a {	background: url(../images/about.jpg) repeat scroll 0%;}#imageMenu ul li#mailinglist a {	background: url(../images/mailinglist.jpg) repeat scroll 0%;}#imageMenu ul li#specials a {	background: url(../images/specials.jpg) repeat scroll 0%;}#imageMenu ul li#contact a {	background: url(../images/contact.jpg) repeat scroll 0%;}#imageMenu ul li#escourt a {	background: url(../images/tour1.jpg) repeat scroll 0%;}#imageMenu ul li#cruise a {	background: url(../images/cruise.jpg) repeat scroll 0%;   }#imageMenu ul li#book a {	background: url(../images/bookonline.jpg) repeat scroll 0%;    }}.clear {	clear: both;}/*************************************************************/