
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 468px;
	height: 118px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 118px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	border-right: 0px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:67px;
	height: 118px;
}

#imageMenu ul li.prd1 a {
	background: url(../images/eletricalandinstrument.jpg) repeat scroll 0%;
}


#imageMenu ul li.prd2 a {
	background: url(../images/toolandequipment.jpg) repeat scroll 0%;
}

#imageMenu ul li.prd3 a {
	background: url(../images/Pipefittings.jpg) repeat scroll 0%;
}

#imageMenu ul li.prd4 a {
	background: url(../images/valves.jpg) repeat scroll 0%;
}
#imageMenu ul li.prd5 a {
	background: url(../images/Gasket_insulationkit_Bolts.jpg) repeat scroll 0%;
}
#imageMenu ul li.prd6 a {
	background: url(../images/FlexiblehoseandFittings.jpg) repeat scroll 0%;
	
}
#imageMenu ul li.prd7 a {
	background: url(../images/structures.jpg) repeat scroll 0%;
	width: 280px;
}

.clear {
	clear: both;
}

/*************************************************************/

