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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 900px;
	height: 200px;
	overflow: hidden;
	margin-left: -40px;
	width: 940px;
}

#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: 130px;
	height: 200px;
}

#imageMenu ul li.aboutus a {
	background: url(../images/fp_slider/aboutus.jpg) repeat scroll 0%;
}

#imageMenu ul li.products a {
	background: url(../images/fp_slider/products.jpg) repeat scroll 0%;
}

#imageMenu ul li.applications a {
	background: url(../images/fp_slider/applications.jpg) repeat scroll 0%;
}

#imageMenu ul li.hse a {
	background: url(../images/fp_slider/hse.jpg) repeat scroll 0%;
}

#imageMenu ul li.careers a {
	background: url(../images/fp_slider/careers3.jpg) repeat scroll 0%;
}

#imageMenu ul li.contactus a {
	background: url(../images/fp_slider/contactus.jpg) repeat scroll 0%;
}

#imageMenu ul li.locations a {
	background: url(../images/fp_slider/locations.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

