/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

**************************************************************/
.imageMenu {
	position: relative;
	width: 610px;
	height: 138px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 138px;
	width: 1220px;
	padding: 0;
	}

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.imageMenu ul li a {
	text-indent: -1220px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:61px;
	height: 138px;
}

.imageMenu ul li.c1rca a {
	background: url(../img/c1rca.jpg) repeat scroll 0%;
}
.imageMenu ul li.dc a {
	background: url(../img/dc.jpg) repeat scroll 0%;
}
.imageMenu ul li.emerica a {
	background: url(../img/emerica.jpg) repeat scroll 0%;
}

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

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

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

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

.imageMenu ul li.osiris a {
	background: url(../img/osiris.jpg) repeat scroll 0%;
}
.imageMenu ul li.supra a {
	background: url(../img/supra.jpg) repeat scroll 0%;
}
.imageMenu ul li.vans a {
	background: url(../img/vans.jpg) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}

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


