
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#container{ width:670px;}

#imageMenu {
	position: relative;
	width: 660px;
	height: 291px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 291px;
	width: 1396px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:230px;
	height:291px;
}

#imageMenu ul li.landscapes a {
	background: url(images/pepole/pic-a1.jpg) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/pepole/pic-a2.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/pepole/pic-a3.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

