div#navigation p {
	width: 180px;
	margin:0;
}
/* Qui definisco il primo livello */
div#navigation p.primoLivello a {
	display: block;
	height: 25px;
	border-bottom: 1px solid #3E4665;
	text-indent: -9000px;
	text-decoration: none;
}
div#navigation p.primoLivello a:hover {
	background-position: 0px -25px;
}
a#studio{
	background: url(img/pulsanti/studio.gif) no-repeat;
}
a#lavori {
	background: url(img/pulsanti/lavori.gif) no-repeat;
}
a#background {
	background: url(img/pulsanti/background.gif) no-repeat;
}
a#pubblicazioni {
	background: url(img/pulsanti/pubblicazioni.gif) no-repeat;
}
a#contatti {
	background: url(img/pulsanti/contatti.gif) no-repeat;
}
div#navigation p.primoLivello a.ultimo {
	border-bottom-style: none;
}
div#navigation p.primoLivello a.corrente {
	background-position: 0px -50px;
	border-bottom: 1px solid #0b143d;
}
/* Qui definisco il secondo livello del menù */
p.secondoLivello {
	margin:0;
	padding:0;
}
p.secondoLivello a {
	color: #667295;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 15px;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	display: block;
	width: 165px;
}
p.secondoLivello a:hover {
	color: white;
	background: #15162a;
}
p.secondoLivello a.corrente {
	background: #999999;
	color: white;
}
p.secondoLivello a.ultimo {
	border-bottom: 1px solid #3E4665;
}
/* Qui gli stli per la scelta lingua */
.item {
	display: block;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 0;
	height: 15px;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	color: #2F375A;
	text-decoration: none;
}
.item:hover {
	color: #f7f8e8;
}
.item img {
	vertical-align: middle;
	padding-right: 4px;
}
#lingua {
	margin-top: 170px;
}
#lingua span {
	width: 20px;
	border: 1px solid #3E4665;
	font: xx-small Arial, Helvetica, sans-serif;
	color: #3E4665;
	text-transform: uppercase;
	text-align: center;
	height: 10px;
	padding-left: 1px;
	padding-right: 1px;
}
#lingua span a{
	color: #3E4665;
	text-decoration: none;
}
#lingua span.inAtto {
	border: 1px solid #2f375A;
}
#lingua a:hover {
	color: #f5821f;
}
/* Qui definisco gli stili per il np */
#np {
	position: absolute;
	top: 55px;
}

