﻿/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	width: 700px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#imageMenu ul {
	list-style: none;
	margin:0 auto;
	display: block;
	height: 200px;
	width: 1000px;	
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -1000px;
	background: red none repeat scroll 0%;
	border-right: 2px solid #7D0E15;
	cursor:auto;
	display: block;
	overflow: hidden;
	width: 100px;
	height: 200px;
}
#imageMenu ul li.landscapes a {
	background: url(landscapes.jpg) repeat scroll 0%;
}
#imageMenu ul li.people a {
	background: url(people.jpg) repeat scroll 0%;
}
#imageMenu ul li.nature a {
	background: url(nature.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban a {
	background: url(urban.jpg) repeat scroll 0%;
}
#imageMenu ul li.gallery-6 a {
	background: url(gallery-6.jpg) repeat scroll 0%;
}
#imageMenu ul li.gallery-7 a {
	background: url(gallery-7.jpg) repeat scroll 0%;
}
#imageMenu ul li.abstract a {
	background: url(abstract.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}
/*************************************************************/
