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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 480px;
	height: 200px;
	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:78px;
	height: 200px;
}

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

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

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

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

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

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

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

.imageMenu ul li.commingsoon2 a {
	background: url(images/frank-usher-menu.jpg) repeat scroll 0%;
}

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

.imageMenu ul li.shoes a {
	background: url(images/shoes.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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


