
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/






#imageMenu {
	position: relative;
	width: 967px;
	height: 179px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 179px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#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:194px;
	height: 179px;
}

#imageMenu ul li.fareast a {
	background: url(/live/banners/holidays/fh/fe.jpg) repeat scroll 0%;
}

#imageMenu ul li.europe a {
	background: url(/live/banners/holidays/fh/europe.jpg) repeat scroll 0%;
}

#imageMenu ul li.ausnz a {
	background: url(/live/banners/holidays/fh/aus.jpg) repeat scroll 0%;
}

#imageMenu ul li.africa a {
	background: url(/live/banners/holidays/fh/africa.jpg) repeat scroll 0%;
}

#imageMenu ul li.middleeast a {
	background: url(/live/banners/holidays/fh/middle_east.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


