/*

*, html {
	margin: 0;
	padding: 0;
}

*/

/**************************************************************

	Image Menu
	v 2.3

**************************************************************/


.imageMenu {
	position: relative;
	width: 948px;
	height: 360px;
	overflow: hidden;
	margin: 0 1px 20px 1px;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 360px;
	width: 3000px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -3000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 237px;
	height: 360px;
}

.imageMenu ul li.webdesign a {
	background: #0273dd url(../images/img_web.jpg) repeat scroll 0%;
}

.imageMenu ul li.graphic a {
	background: #add237 url(../images/img_graphic.jpg) repeat scroll 0%;
}

.imageMenu ul li.photo a {
	background: #f6dc01 url(../images/img_photo.jpg) repeat scroll 0%;
}

.imageMenu ul li.other a {
	background: #f74b01 url(../images/img_other.jpg) repeat scroll 0%;
	width: 711px;
}

.clear {
	clear: both;
}

/*************************************************************/


