
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


.imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1600px;
	
	}

.imageMenu ul li {
	float: left;
}

.imageMenu ul li a {
	text-indent: -1600px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 200px;
}

.imageMenu ul li.landscapes a {
	background: url(../../imagemenu/images/yunus.jpg) repeat scroll 0%;
}

.imageMenu ul li.villa a {
	background: url(images/villa.jpg) repeat scroll 0%;
}

.imageMenu ul li.property a {
	background: url(images/property.jpg) repeat scroll 0%;
}

.imageMenu ul li.web a {
	background: url(images/web.jpg) repeat scroll 0%;
}

.imageMenu ul li.dalyan a {
	background: url(../../imagemenu/images/dalyan.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

