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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative; 
	width: 940px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	width: 960px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;

	background: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0%;

	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:188px;
	height: 200px;
}

#imageMenu ul li.web-design a {
	background-image: url(/images/imageMenu/web-design.jpg);
 	background-attachment: scroll;
  	background-position: 0%;
  	background-repeat: repeat;

}

#imageMenu ul li.web-hosting a {
	background-image: url(/images/imageMenu/web-hosting.jpg);
 	background-attachment: scroll;
  	background-position: 0%;
  	background-repeat: repeat;

}

#imageMenu ul li.web-development a {
	background-image: url(/images/imageMenu/web-development.jpg);
 	background-attachment: scroll;
  	background-position: 0%;
  	background-repeat: repeat;

}

#imageMenu ul li.seo a {
	background-image: url(/images/imageMenu/seo.jpg);
 	background-attachment: scroll;
  	background-position: 0%;
  	background-repeat: repeat;

}

#imageMenu ul li.ad-design a {
	background-image: url(/images/imageMenu/banner-design.jpg);
 	background-attachment: scroll;
  	background-position: 0%;
  	background-repeat: repeat;

}

.clear {
	clear: both;
}

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

