#imageMenu {
	position: relative;
	margin: 19px 0;
	width: 874px;
	height: 396px;
	overflow: hidden;
}

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

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

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

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

.clear {
	clear: both;
}

