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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 750px;
	height: 469px;
	overflow: hidden;
	margin-top: 2;
	margin-right: 0;
	margin-bottom: 4;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 252px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#imageMenu ul li a {
	text-indent: -5000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 469px;
}

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

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

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

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

#imageMenu ul li.bag a {
	background: url(images/bag.jpg) repeat scroll 0%;
	width: 400px;
}


.clear {
	clear: both;
}

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

