@charset "UTF-8";
.navi {
	position: absolute;
	height: 31px;
	width: 567px;
	left: 0;
	top: 235px;
	list-style-type: none;
	z-index: 10;
}
ul li span {
	display: none;
}
li#home a {
	position: absolute;
	width: 127px;
	height: 31px;
	left: 0;
	bottom: 0;
	background: url(images/home.png) no-repeat;
}
li#home a:hover {
	background-position: 0 -31px;
}
li#about a {
	position: absolute;
	width: 127px;
	height: 31px;
	left: 110px;
	bottom: 0;
	background: url(images/about.png) no-repeat;
}
li#about a:hover {
	background-position: 0 -31px;
}
li#find a {
	position: absolute;
	width: 127px;
	height: 31px;
	left: 220px;
	bottom: 0;
	background: url(images/find.png) no-repeat;
}
li#find a:hover {
	background-position: 0 -31px;
}
li#list a {
	position: absolute;
	width: 127px;
	height: 31px;
	left: 330px;
	bottom: 0;
	background: url(images/list.png) no-repeat;
}
li#list a:hover {
	background-position: 0 -31px;
}
li#contact a {
	position: absolute;
	width: 127px;
	height: 31px;
	left: 440px;
	bottom: 0;
	background: url(images/contact.png) no-repeat;
}
li#contact a:hover {
	background-position: 0 -31px;
}