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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 490px;
	height: 240px;
	overflow: hidden;
	margin-left: 50px;

}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 240px;
	width: 490px;
	padding-left: 0px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 0px solid #222;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 240px;
	text-decoration:none;
}

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

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

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


.clear {
	clear: both;
}

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

