@charset "UTF-8";
/* CSS Document */


/* Menu sprite */

/* 

CODICE CSS DISTRIBUITO DALLA SRRS PRODUCTION SOTTO LICENZA CREATIVE COMMON, 
LIBERTà DI UTILIZZO SENZA FINI DI LUCRO, SENZA CANCELLARE LA PROVENIENZA DELLA FONTE, GRAZIE :D

*/



.nav {
	margin: auto;
	width: 900px;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../immagini/menusrrslab.jpg);
	background-repeat: no-repeat;
	right: 0px;
}

.nav li {
	display: inline;
}

.nav li a:link, .nav li a:visited {
	position: absolute;
	top: 0;
	height: 31px;
	text-indent: -9000px;
	overflow: hidden;
}

/* home */
	.nav .home a:link, .nav .home a:visited {
		left: 20px;
		width: 78px;
	}

	.nav .home a:hover, .nav .home a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -20px -32px; /* left= al .nav precedente / top= alle y delle righe dell'imm */
	}

	.nav .home a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -20px -64px;
	}

	.current-home .home a:link, .current-home .home a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -20px -96px;
		cursor: default;
	}
	
/* chi_siamo */
	.nav .chi_siamo a:link, .nav .chi_siamo a:visited {
		left: 98px;
		width: 119px;
	}

	.nav .chi_siamo a:hover, .nav .chi_siamo a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -98px -32px;

	}

	.nav .chi_siamo a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -98px -64px;
	}

	.current-chi_siamo .chi_siamo a:link, .current-chi_siamo .chi_siamo a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -98px -96px;
		cursor: default;
	}
	
/* goodies */
	.nav .goodies a:link, .nav .goodies a:visited {
		left: 217px;
		width: 103px;
	}

	.nav .goodies a:hover, .nav .goodies a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -217px -32px;
	}

	.nav .goodies a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -217px -64px;
	}

	.current-goodies .goodies a:link, .current-goodies .goodies a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -217px -96px;
		cursor: default;
	}
	
/* web */
	.nav .web a:link, .nav .web a:visited {
		left: 580px;
		width: 67px;
	}
	
	.nav .web a:hover, .nav .web a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -580px -32px;
	}

	.nav .web a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -580px -64px;
	}

	.current-web .web a:link, .current-web .web a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -580px -96px;
		cursor: default;
	}
	
/* foto */
	.nav .foto a:link, .nav .foto a:visited {
		left: 647px;
		width: 72px;
	}
	
	.nav .foto a:hover, .nav .foto a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -647px -32px;
	}

	.nav .foto a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -647px -64px;
	}

	.current-foto .foto a:link, .current-foto .foto a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -647px -96px;
		cursor: default;
	}



/* video */
	.nav .video a:link, .nav .video a:visited {
		left: 719px;
		width: 85px;
	}
	
	.nav .video a:hover, .nav .video a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -719px -32px;
	}

	.nav .video a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -719px -64px;
	}

	.current-video .video a:link, .current-video .video a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -719px -96px;
		cursor: default;
	}




/* varie */
	.nav .varie a:link, .nav .varie a:visited {
		left: 804px;
		width: 76px;
	}
	
	.nav .varie a:hover, .nav .varie a:focus {
		background: url(../immagini/menusrrslab.jpg) no-repeat -804px -32px;
	}

	.nav .varie a:active {
		background: url(../immagini/menusrrslab.jpg) no-repeat -804px -64px;
	}

	.current-varie .varie a:link, .current-varie .varie a:visited {
		background: url(../immagini/menusrrslab.jpg) no-repeat -804px -96px;
		cursor: default;
	}

/* fine menu */
