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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 611px;
	height: 189px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1222px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:203px;
	height: 189px;
}

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

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

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

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

.clear {
	clear: both;
}

ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

