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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 490px;
	height: 300px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	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:70px;
	height: 300px;
}

#imageMenu ul li.rumah a {
	background: url(../images/rumah.gif) no-repeat scroll 0%;
}

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

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

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

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

#imageMenu ul li.lain a {
	background: url(../images/rumah.gif) repeat scroll 0%;
	width: 274px;
}

.clear {
	clear: both;
}

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

