

/* Menu  */

.home {
	display: block;
	text-indent: -99999px;
	height: 49px;
	width: 225px;
}

a.home {
	background: url(home.png) no-repeat 100% 0;
}

a.home:hover {
	background: url(home.png) no-repeat 100% -49px;
}

.profilo {
	display: block;
	text-indent: -99999px;
	height: 49px;
	width: 225px;
}

a.profilo {
	background: url(profilo.png) no-repeat 100% 0;
}

a.profilo:hover {
	background: url(profilo.png) no-repeat 100% -49px;
}

.shop {
	display: block;
	text-indent: -99999px;
	height: 49px;
	width: 225px;
}

a.shop {
	background: url(shop.png) no-repeat 100% 0;
}

a.shop:hover {
	background: url(shop.png) no-repeat 100% -49px;
}

.contatti {
	display: block;
	text-indent: -99999px;
	height: 49px;
	width: 225px;
}

a.contatti {
	background: url(contatti.png) no-repeat 100% 0;
}

a.contatti:hover {
	background: url(contatti.png) no-repeat 100% -49px;
}

.galleria {
	display: block;
	text-indent: -99999px;
	height: 49px;
	width: 225px;
}

a.galleria {
	background: url(galleria.png) no-repeat 100% 0;
}

a.galleria:hover {
	background: url(galleria.png) no-repeat 100% -49px;
}


/* galleria */

.fauna {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.fauna {
	background: url(../images/menu_galleria/fauna.jpg) no-repeat 100% 0;
}

a.fauna:hover {
	background: url(../images/menu_galleria/fauna.jpg) no-repeat 100% -132px;
}

.flora {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.flora {
	background: url(../images/menu_galleria/flora.jpg) no-repeat 100% 0;
}

a.flora:hover {
	background: url(../images/menu_galleria/flora.jpg) no-repeat 100% -132px;
}

.mammiferi {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.mammiferi {
	background: url(../images/menu_galleria/mammiferi.jpg) no-repeat 100% 0;
}

a.mammiferi:hover {
	background: url(../images/menu_galleria/mammiferi.jpg) no-repeat 100% -132px;
}

.still_life {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.still_life {
	background: url(../images/menu_galleria/still_life.jpg) no-repeat 100% 0;
}

a.still_life:hover {
	background: url(../images/menu_galleria/still_life.jpg) no-repeat 100% -132px;
}

.paesaggi {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.paesaggi {
	background: url(../images/menu_galleria/paesaggi.jpg) no-repeat 100% 0;
}

a.paesaggi:hover {
	background: url(../images/menu_galleria/paesaggi.jpg) no-repeat 100% -132px;
}

.uccelli {
	display: block;
	text-indent: -99999px;
	height: 132px;
	width: 132px;
}

a.uccelli {
	background: url(../images/menu_galleria/uccelli.jpg) no-repeat 100% 0;
}

a.uccelli:hover {
	background: url(../images/menu_galleria/uccelli.jpg) no-repeat 100% -132px;
}








