/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	
	padding: 0;

	
}

#imageMenu {
	position: relative;
	width: 680px;
	height: 380px;
	overflow: hidden;
	padding: 0px;
}
#containertest {
	height: 380px;
	width: 297px;
	overflow: auto;
	background-color: #666666;
	font-size: small;
	padding-left: 83px;
	color: #FFFFFF;
	background-image: url(abstract.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 380px;
	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:134px;
	height: 380px;
}

#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.abstract a {
	 background:repeat scroll 0%;
	width: 400px;
}

.clear {
	clear: both;
}

/*************************************************************/
