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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 1000px;
	padding: 0px 0px 0px 0px;
	background: #000;
	margin-left: 70;
	text-align: left;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 262px;
	padding: 0px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 262px;
	width: 130px;
	/*padding: 10px;*/
	background: #fff;
	/*border-right: 5px solid #202020;*/
	border-right: 2px solid #fff;
	text-decoration: none;
}

#imageMenu ul li.collections a {
	background: url(/images/homepage/collections.jpg);
}

#imageMenu ul li.fashion a {
	background: url(/images/homepage/fashion.jpg);
}

#imageMenu ul li.shopping a {
	background: url(/images/homepage/shopping.jpg);
}

#imageMenu ul li.beauty a {
	background: url(/images/homepage/beauty.jpg);
}

#imageMenu ul li.work a {
	background: url(/images/homepage/work.jpg);
}
#imageMenu ul li.street a {
	background: url(/images/homepage/street.jpg);
}
#imageMenu ul li.news a {
	background: url(/images/homepage/news.jpg);
}
.clear {
	display: block;
	clear: both;
}

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

