
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 960px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	padding: 0px;
	
	}

#imageMenu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#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:135px;
	height: 200px;
}

#imageMenu ul li.civic a {
	background: url(../images/menu/civic.jpg) repeat scroll 0%;
}

#imageMenu ul li.hospitality a {
	background: url(../images/menu/hospitality.jpg) repeat scroll 0%;
}

#imageMenu ul li.residentail a {
	background: url(../images/menu/residential.jpg) repeat scroll 0%;;
}

#imageMenu ul li.retail a {
	background: url(../images/menu/retail.jpg) repeat scroll 0%;
}

#imageMenu ul li.banking a {
	background: url(../images/menu/banking.jpg) repeat scroll 0%;
}
#imageMenu ul li.healthcare a {
	background: url(../images/menu/healthcare.jpg) repeat scroll 0%;
	width: 310px;
}
#imageMenu ul li.education a {
	background: url(../images/menu/education.jpg) repeat scroll 0%;
	width: 310px;
}
.clear {
	clear: both;
}

/*************************************************************/

