
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 980px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
	text-align:center;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	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.attraction a {
	background: url(images/ships.jpg) repeat scroll 0%;
}

#imageMenu ul li.package a {
	background: url(images/dome.jpg) repeat scroll 0%;
}

#imageMenu ul li.tour a {
	background: url(images/int.jpg) repeat scroll 0%;
}
#imageMenu ul li.service a {
	background: url(images/service.jpg) repeat scroll 0%;
}
#imageMenu ul li.hotels a {
	background: url(images/hotel.jpg) repeat scroll 0%;
}
#imageMenu ul li.foreign a {
	background: url(images/foreign.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


