/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	position:relative;
	height: 210px;
	padding: 0px 0 20px 0px;
  	width: 945px;
  	display:inline-block;
  
}

#imageMenu ul {
	list-style: none;
	display: block;
	height: 214px;
	background-color:#000000;
	}

#imageMenu ul li {
	float: left;
	border-color:#57504c;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top-style: solid;
	border-top-width: 2px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:131px;
	height: 200px;
}

#imageMenu ul li.bk1 a {
	background: url(images/whoarewe.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/arquitecture.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/gardens.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/swimmingpools.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/building.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(images/gardencenter.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk7 a {
	background: url(images/contact.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}


