/* main */
.nav {
	width: 290px;
	height: 60px;
	position: absolute;
	right: 30px;
	top: 30px;
    background:  url("../images/logo.png") top center no-repeat;
	padding-top: 90px;
}

.nav_about {
	width: 290px;
	height: 60px;
	position: absolute;
	right: 30px;
	top: 30px;
    background:  url("../images/logo_about.png") top center no-repeat;
	padding-top: 90px;
} 
	.nav > a {
		float: left;
		height: 60px;
		width: 100px;
		display: block;
		background-repeat: no-repeat;
	}
 
	/* home button */	
	.nav > a.home {
		width: 94px;
		background-position: 0 0;
	}
	
		.nav > a.home:hover {
			background-position: 0 -60px;
		}
 
	/* about button */
	.nav > a.about {
		width: 97px;
		background-position: -94px 0;
	}
	
		.nav > a.about:hover {
			background-position: -94px -60px;
		}
 
	/* shop button */
	.nav > a.shop {
		width: 94px;
		background-position: -191px 0;
	}
	
		.nav > a.shop:hover {
			width: 94px;
			background-position: -191px -60px;
		}
 
/* per page */
#home .nav > a {
	background-image:  url("../images/home_nav.png");
}
 
#about .nav > a {
	background-image:  url("../images/about_nav.png");
}
 
#shop .nav > a {
	background-image:  url("../images/shop_nav.png");
}



 
	.nav_about > a {
		float: left;
		height: 60px;
		width: 100px; 
		display: block;
		background-repeat: no-repeat;
	}
 
	/* home button */	
	.nav_about > a.home {
		width: 94px;
		background-position: 0 0;
	}
	
		.nav_about > a.home:hover {
			background-position: 0 -60px;
		}
 
	/* about button */
	.nav_about > a.about {
		width: 97px;
		background-position: -94px 0;
	}
	
		.nav_about > a.about:hover {
			background-position: -94px -60px;
		}
 
	/* shop button */
	.nav_about > a.shop {
		width: 94px;
		background-position: -191px 0;
	}
	
		.nav_about > a.shop:hover {
			width: 94px;
			background-position: -191px -60px;
		}
 
/* per page */
#home .nav_about > a {
	background-image:  url("../images/home_nav.png");
}
 
#about .nav_about > a {
	background-image:  url("../images/about_nav.png");
}
 
#shop .nav_about > a {
	background-image:  url("../images/shop_nav.png");
}
