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

	Image Menu
	v 2.2

**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

#imageMenu {
	position: relative;
	width: 960px;
	height: 399px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

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



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


.clear {
	clear: both;
}

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

