/**************************************************************
	Image Menu 	v 2.2
**************************************************************/

#imageMenu {
	position: relative;
	width: 940px;
	height: 330px;
	overflow: hidden;
	margin-top: 150px;
}
#imageMenu ul {
	list-style: none;
	display: block;
	margin: 0px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:202px;
	height: 330px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#imageMenu ul li.Residencias a {
	background: url(../images/img_01_res.jpg) repeat scroll 0%;
	font-size: 14px;
	color: #2f527b;
	font-weight: bold;
}

#imageMenu ul li.Terrenos a {
	background: url(../images/img_02_ter.jpg) repeat scroll 0%;
	font-size: 14px;
	color: #2f527b;
	font-weight: bold;
}

#imageMenu ul li.Investidores a {
	background: url(../images/img_03_inv.jpg) repeat scroll 0%;
	font-size: 14px;
	color: #2f527b;
	font-weight: bold;
}

#imageMenu ul li.Lancamento a {
	background: url(../images/img_04_lan.jpg) repeat scroll 0%;
	font-size: 14px;
	color: #2f527b;
	font-weight: bold;
}

.clear {
	clear: both;
}

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