/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 870px;
	height: 295px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	padding: 0;
	width: 870px;
	height: 295px;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1000px;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 215px;
	height: 295px;
}

.imageMenu ul li.landscapes a {
	background-attachment: scroll;
	background-image: url(../img/acordeon1.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.people a {
	background-attachment: scroll;
	background-image: url(../img/acordeon2.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.nature a {
	background-attachment: scroll;
	background-image: url(../img/acordeon3.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.urban a {
	background-attachment: scroll;
	background-image: url(../img/acordeon4.jpg);
	background-repeat: repeat;
	background-position: 0%;
}


.clear {
	clear: both;
}

/*************************************************************/

