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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 850px;
	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:#FFF none repeat scroll 0%;
	border-right: 2px solid #FFF;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:84px;
	height: 200px;
}

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

#imageMenu ul li.firepumps a {
	background: url(images/fire-pumps.jpg) repeat scroll 0%;
}

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

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

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

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

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

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

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

#imageMenu ul li.contact-us a {
	background: url(images/contact-us.jpg) repeat scroll 0%;
	width: 200px;
}

.clear {
	clear: both;
}

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

