#imageMenu {
	position: relative;
	width: 800px;
	height: 355px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 355px;
	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:71px;
	height: 355px;
}

#imageMenu ul li.fixed_spot_lights a {
	background: url(../images/menu/fixed_spot_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.drive_over_lights a {
	background: url(../images/menu/drive_over_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.flex_arm_spot_lights a {
	background: url(../images/menu/flex_arm_spot_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.garden_lights a {
	background: url(../images/menu/garden_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.lights_lines a {
	background: url(../images/menu/lights_lines.gif) repeat scroll 0%;
}
				
#imageMenu ul li.point_spot_lights a {
	background: url(../images/menu/point_spot_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.power_lights a {
	background: url(../images/menu/power_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.special_application_lights a {
	background: url(../images/menu/special_application_lights.gif) repeat scroll 0%;
}

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

#imageMenu ul li.wall_lights a {
	background: url(../images/menu/wall_lights.gif) repeat scroll 0%;
}
				
#imageMenu ul li.water_proof_lights a {
	background: url(../images/menu/water_proof_lights.gif) repeat scroll 0%;
}				

.clear {
	clear: both;
}

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

