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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 500px;
	height: 291px;
	overflow: hidden;
	padding-top:20px;
	padding-left:22px;
}



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

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

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

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

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

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

.clear {
	clear: both;
}

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

