#imageMenu {
	/*margin: 0px auto;*/
	overflow: hidden;
	margin: 0 5px 0 10px;
	width: 880px;
	border: 0;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	width: 172px;
	border-right: #ffffff 2px solid;
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	background: #ffffff 0% 50%;
	vertical-align: baseline;
	overflow: hidden;
	cursor: pointer;
	text-indent: -1000px;
	font-family: inherit;
	height: 200px;
}

#imageMenu ul li.bk1 a {
	background: url(/images/shoes.jpg) 0% 50%;
	/*background-color: yellow;*/
}

#imageMenu ul li.bk2 a {
	background: url(/images/dealers.jpg) 0% 50%;
	/*background-color: red;*/
}

#imageMenu ul li.bk3 a {
	background: url(/images/accessoaries.jpg) 0% 50%;
	/*background-color: blue;*/
}

#imageMenu ul li.bk4 a {
	background: url(/images/history.jpg) 0% 50%;
	/*background-color: green;*/
}

#imageMenu ul li.bk5 a {
	background: url(/images/contacts.jpg) 0% 50%;
	/*background-color: purple;*/
	border-right: 0;
}

.clear {
	clear: both;
}

