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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 620px;
	height: 235px;
	overflow: hidden;
	padding-left:10px;
}



#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.webdevelopment a {
	background: url(images/webdevelopment.jpg) repeat scroll 0%;
}

#imageMenu ul li.animation a {
	background: url(images/animation.jpg) repeat scroll 0%;
}

#imageMenu ul li.seo a {
	background: url(images/SEO.jpg) repeat scroll 0%;
}

#imageMenu ul li.softwaredevelopment a {
	background: url(images/softwaredevelopment.jpg) repeat scroll 0%;
}

#imageMenu ul li.graphicsdesign a {
	background: url(images/graphicsdesign.jpg) repeat scroll 0%;
}
#imageMenu ul li.businessdevelopment a {
	background: url(images/businessdevelopment.jpg) repeat scroll 0%;
	width: 410px;
}

.clear {
	clear: both;
}

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