/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 900px;
	height: 184px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 184px;
	width: 1452px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1452px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:280px;
	height: 184px;
}

#imageMenu ul li.l1 a {
	background-attachment: scroll;
	background-image: url(../images/jewelery.gif);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.l2 a {
	background-attachment: scroll;
	background-image: url(../images/dental.gif);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.l3 a {
	background-attachment: scroll;
	background-image: url(../images/industry.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
