@charset "utf-8";
/* CSS Document */

.home {
	display: block;
	width: 87px;
	height: 140px;
	background: url('../images/btnset/home.jpg') top;
	text-indent: -99999px;
}
.home:hover {
	background-position: 0 140px;
}

#home .home {
background-position: 0 140px;
}

.aboutUs {
	display: block;
	width: 103px;
	height: 140px;
	background: url('../images/btnset/aboutUs.jpg') top;
	text-indent: -99999px;
}
.aboutUs:hover {
	background-position: 0 140px;
}
#aboutUs .aboutUs {
background-position: 0 140px;
}


.products {
	display: block;
	width: 108px;
	height: 140px;
	background: url('../images/btnset/products.jpg') top;
	text-indent: -99999px;
}
.products:hover {
	background-position: 0 140px;
}
#products .products {
background-position: 0 140px;
}

.gallery {
	display: block;
	width: 94px;
	height: 140px;
	background: url('../images/btnset/gallery.jpg') top;
	text-indent: -99999px;
}
.gallery:hover {
	background-position: 0 140px;
}
#gallery .gallery {
background-position: 0 140px;
}

.contactUs {
	display: block;
	width: 90px;
	height: 140px;
	background: url('../images/btnset/contactUs.jpg') top;
	text-indent: -99999px;
}
.contactUs:hover {
	background-position: 0 140px;
}
#contactUs .contactUs {
background-position: 0 140px;
}

