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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 770px;
	height: 208px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.seasonsgreen a {
	background: url(/images/sliderphotos/seasonsgreen.jpg) no-repeat scroll 0%;
	height:208px;
}

#imageMenu ul li.germany a {
	background: url(/images/sliderphotos/germany.jpg) no-repeat scroll 0%;
	height:208px;
}

#imageMenu ul li.hongkong a {
	background: url(/images/sliderphotos/hongkong.jpg) no-repeat scroll 0%;
	height:208px;
}

#imageMenu ul li.ftmeyers a {
	background: url(/images/sliderphotos/ftmeyers.jpg) no-repeat scroll 0%;
	height:208px;
}

#imageMenu ul li.lagoafrica a {
	height:208px;
	background: url(/images/sliderphotos/Lago-Africa.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

