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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 684px;
	height: 141px;
	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:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:112px;
	height: 141px;
        *width: 116px;
}

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

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

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

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

#imageMenu ul li.gallery a {
	background: url(images/gallery_02.jpg) no-repeat scroll 0%;
}
#imageMenu ul li.contact a {
	background: url(images/contact_01.jpg) no-repeat scroll 0%;
}
#imageMenu ul li.switch a {
	background: url(images/switch_07.jpg) no-repeat scroll 0%;
}

.clear {
	clear: both;
}

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

