
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



#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.surgical a {
	background: url(../images/surgical.jpg) repeat scroll 0%;
}

#imageMenu ul li.healthcare a {
	background: url(../images/healthcare.jpg) repeat scroll 0%;
}

#imageMenu ul li.consumer a {
	background: url(../images/consumer.jpg) repeat scroll 0%;
}

#imageMenu ul li.automotive a {
	background: url(../images/automotive.jpg) repeat scroll 0%;
}

#imageMenu ul li.electronic a {
	background: url(../images/electronic.jpg) repeat scroll 0%;
	width: 310px;
}

#imageMenu ul li.design a {
	background: url(../images/design.jpg) repeat scroll 0%;
}

#imageMenu ul li.tooling a {
	background: url(../images/tooling.jpg) repeat scroll 0%;
}

#imageMenu ul li.molding a {
	background: url(../images/molding.jpg) repeat scroll 0%;
}

#imageMenu ul li.cleanroom a {
	background: url(../images/cleanroom.jpg) repeat scroll 0%;
}

#imageMenu ul li.inspection a {
	background: url(../images/inspection.jpg) repeat scroll 0%;
	width: 310px;
}


.clear {
	clear: both;
}

/*************************************************************/


