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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 802px;
	height: 320px;
	overflow: hidden;
	margin-left: 185px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 320px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:160px;
	height: 320px;
}
#imageMenu ul li.design a {
	background: url(../images/3.0/sub-menu-design.png) repeat scroll 0%;
}
#imageMenu ul li.development a {
	background: url(../images/3.0/sub-menu-development.png) repeat scroll 0%;
}
#imageMenu ul li.maintenance a {
	background: url(../images/3.0/sub-menu-maintenance.png) repeat scroll 0%;
}
#imageMenu ul li.hosting a {
	background: url(../images/3.0/sub-menu-hosting.png) repeat scroll 0%;
}
#imageMenu ul li.faqs a {
	background: url(../images/3.0/sub-menu-faqs.png) repeat scroll 0%;
	
}


#imageMenu ul li.biz-cards a {
	background: url(../images/3.0/sub-menu-bizcards.png) repeat scroll 0%;
}
#imageMenu ul li.brochures a {
	background: url(../images/3.0/sub-menu-brochure.png) repeat scroll 0%;
}
#imageMenu ul li.flyer a {
	background: url(../images/3.0/sub-menu-flyer.png) repeat scroll 0%;
}
#imageMenu ul li.post-card a {
	background: url(../images/3.0/sub-menu-postcard.png) repeat scroll 0%;
}
#imageMenu ul li.letterhead a {
	background: url(../images/3.0/sub-menu-letterhead.png) repeat scroll 0%;
	
}

.clear {
	clear: both;
}

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

