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

	Image Menu
	v 2.1

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


#imageMenu {
	position: relative;
	width: 541px;
	height: 146px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#fbf6e3 none repeat scroll 0%;
	border-right: 2px solid #fbf6e3;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:140px;
	height: 146px;
}

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

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

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

#imageMenu ul li.adventures a {
	background: url(../images/rtg_nav_4.jpg) repeat scroll 0%;
	width: 400px;
}

.clear {
	clear: both;
}

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


