﻿#imageMenu {
	position: relative;
	width: 700px;
	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: -900px;
	background: none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 110px;
	height: 200px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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









