/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#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:98px;
	height: 200px;
}



#imageMenu ul li.landscapes a {
	background: url(images/01.png) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/02.png) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/03.png) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/04.png) repeat scroll 0%;
}

#imageMenu ul li.abstract a {
	background: url(images/05.png) repeat scroll 0%;
}






#imageMenu ul li.nature1 a {
	background: url(images/06.png) repeat scroll 0%;
}

#imageMenu ul li.urban1 a {
	background: url(images/07.png) repeat scroll 0%;
		width: 300px;

}


#imageMenu ul li.landscapes001 a {
	background: url(images/001.png) repeat scroll 0%;
}

#imageMenu ul li.people002 a {
	background: url(images/02.png) repeat scroll 0%;
}

#imageMenu ul li.urban003 a {
	background: url(images/003.png) repeat scroll 0%;
}

#imageMenu ul li.abstract004 a {
	background: url(images/004.png) repeat scroll 0%;
	width: 300px;

}

#imageMenu ul li.landscapes0001 a {
	background: url(images/0001.png) repeat scroll 0%;
}

#imageMenu ul li.people0002 a {
	background: url(images/0002.png) repeat scroll 0%;
}

#imageMenu ul li.urban0003 a {
	background: url(images/0003.png) repeat scroll 0%;
}

#imageMenu ul li.abstract0004 a {
	background: url(images/0004.png) repeat scroll 0%;
}

#imageMenu ul li.nature0005 a {
	background: url(images/0005.png) repeat scroll 0%;
}

#imageMenu ul li.nature0006 a {
	background: url(images/0006.png) repeat scroll 0%;
}

#imageMenu ul li.nature0007 a {
	background: url(images/0007.png) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}

/*************************************************************/
