
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	top:0px;
	width: 900px;
	height: 600px;
	overflow: hidden;
	display:inline;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 600px;
	width: 900px;
	}

#imageMenu ul li {
	float: left;
}

#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:146px;
	height: 600px;
}

#imageMenu ul li.animals a {
	background: url(images/animals.jpg) repeat scroll 0%;
}

#imageMenu ul li.ianimals a {
	background: url(images/ianimals.jpg) repeat scroll 0%;
}

#imageMenu ul li.reportage a {
	background: url(images/reportage.jpg) repeat scroll 0%;
}

#imageMenu ul li.bookportrait a {
	background: url(images/book_portrait.jpg) repeat scroll 0%;
}

#imageMenu ul li.italy a {
	background: url(images/italy.jpg) repeat scroll 0%;
}

#imageMenu ul li.iitaly a {
	background: url(images/iitaly.jpg) repeat scroll 0%;
}

#imageMenu ul li.worldplaces a {
	background: url(images/world_places.jpg) repeat scroll 0%;
}

#imageMenu ul li.iworldplaces a {
	background: url(images/iworld_places.jpg) repeat scroll 0%;
}

#imageMenu ul li.video a {
	background: url(images/video.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

