
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu2 {
		position: absolute;
	left:60px;
	top:180px;
	width: 560px;
	height: 250px;
	overflow: hidden;
}



#imageMenu2 ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 250px;
	width: 1200px;
	
	}

#imageMenu2 ul li {
	float: left;
}

#imageMenu2 ul li a {
	text-indent: -1000px;
	background: none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:186px;
	height: 250px;
}

#imageMenu2 ul li.landscapes a {
	background: url(images/amerique-nord.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.people a {
	background: url(images/amerique-centrale.jpg) repeat scroll 0%;
}

#imageMenu2 ul li.nature a {
	background: url(images/amerique-sud.jpg) repeat scroll 0%;
width: 490px;
}


.clear {
	clear: both;
}

/*************************************************************/

