/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	width: 757px;
	height: 230px;
	overflow: hidden;
	padding-bottom: 15px;
}


#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 230px;
	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:280px;
	height: 230px;
	padding: 0px;
	margin: 0px;
}
#imageMenu  ul  li.baby  a {
	background-attachment: scroll;
	background-image: url(images/bagfilter.gif);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.nursery a {
	background-attachment: scroll;
	background-image: url(images/cartridge-filter1.gif);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.junior a {
	background-attachment: scroll;
	background-image: url(images/strainer1.gif);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
