#menu {
	width: 820px;
	height: 217px;
	margin: 0 16px;
	padding: 0 0 18px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	height: 217px;
	width: 189px;
	padding: 0;
	margin: 0 8px;
}

#menu a {
	width: 189px;
	height: 217px;
	display: block;
	float: left;
}

#menu a:hover {
	background-position: 0 -217px;
}

#menu a span {
	display: none;
}

#menu .bags {
	background: url(../images/buttons/bagsThumb.png) no-repeat;
}

#menu .wallets {
	background: url(../images/buttons/walletsThumb.png) no-repeat;
}

#menu .sale {
	background: url(../images/buttons/saleThumb.png) no-repeat;
}

#menu .products {
	background: url(../images/buttons/productsThumb.png) no-repeat;
}