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

	Image Menu
	v 2.2

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

/* This one is my one */
#imageMenu li {
	background-image: none;
	padding-left: 0px;	
}


#imageMenu {
	position: relative;
	width: 748px;
	height: 280px;
	overflow: hidden;
}



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

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

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

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

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

.clear {
	clear: both;
}

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


