
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 960px;
	height: 298px;
	overflow: hidden;
	background: url(images/bag.jpg);
	background-repeat:no-repeat;
	padding-right:5px !important;
	padding-left:3px !important;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding:0px;
	display: block;
	height: 298px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	margin-left:2px;
	display:block;
	overflow:hidden;
	width:234px;
	height: 298px;
}

#imageMenu ul li.landscapes a {
	background: url(images/webdevelopment1.gif) repeat scroll 0%;
}

#imageMenu ul li.people a {
	background: url(images/webdesign1.gif) repeat scroll 0%;
}

#imageMenu ul li.nature a {
	background: url(images/seo1.gif) repeat scroll 0%;
}

#imageMenu ul li.urban a {
	background: url(images/training1.gif) repeat scroll 0%;
}

/*#imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}*/

.clear {
	clear: both;
}

/*************************************************************/

