/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 831px;
	height: 142px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 142px;
	width: 1000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:166px;
	height: 142px;
}

.imageMenu ul li.landscapes a {
	background: red url(../img/home.jpg) repeat scroll 0%;
}

.imageMenu ul li.people a {
	background: green url(../img/aposentos.jpg) repeat scroll 0%;
}

.imageMenu ul li.nature a {
	background: blue url(../img/galeria.jpg) repeat scroll 0%;
}

.imageMenu ul li.urban a {
	background: orange url(../img/praia.jpg) repeat scroll 0%;
}

.imageMenu ul li.abstract a {
	background: purple url(../img/comochegar.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/
