
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
    width:930px;
	height: 200px;
	overflow: hidden;
	margin-right:auto;
	margin-right:auto;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
    width:930px;
	}

#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:175px;
	height: 200px;
}

#imageMenu ul li.RealEstate a {
	background:url(../images/index/Real-Estate.JPG) repeat scroll 0%;
}

#imageMenu ul li.Maintenance a {
	background:url(../images/index/Maintenance.JPG) repeat scroll 0%;
}

#imageMenu ul li.Finance a {
	background:url(../images/index/Finance.JPG) repeat scroll 0%;
}

#imageMenu ul li.Community a {
	background:url(../images/index/Community.JPG) repeat scroll 0%;
}

#imageMenu ul li.Company a {
	background:url(../images/index/Company-Profile.JPG) repeat scroll 0%; 
}

#imageMenu ul li.Contact a {
	background:url(../images/index/Contact-us.JPG) repeat scroll 0%;

}

.clear {
	clear: both;
}

/*************************************************************/
