#menu {
	margin: 0 auto;
	position: relative;
	list-style: none;
	width: 141px;
	height: 216px;
	top: 156px;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 141px;
	height: 36px;
	background: url(menu/welcome.png) no-repeat;
	left: 0px;
	top: 0px;

}

#menu .craftsman {
	width: 141px;
	height: 36px;
	background: url(menu/craftsman.png) no-repeat;
	left: 0px;
	top: 36px;

}

#menu .iron {
	width: 141px;
	height: 36px;
	background: url(menu/iron-shop.png) no-repeat;
	left: 0px;
	top: 72px;

}

#menu .leather {
	width: 141px;
	height: 36px;
	background: url(menu/leather-shop.png) no-repeat;
	left: 0px;
	top: 108px;

}
#menu .gift {
	width: 141px;
	height: 36px;
	background: url(menu/gift-shop.png) no-repeat;
	left: 0px;
	top: 146px;

}
#menu .contact {
	width: 141px;
	height: 36px;
	background: url(menu/contact.png) no-repeat;
	left: 0px;
	top: 185px;

}
