/* items inside navigator */
.varianti { width:125px; font-weight:bold; color:#D62108; text-transform:uppercase; }
.navi { width:100px; }

.navi a {
	width:10px;
	height:10px;
	background:url('images/navigator.png') 0 0 no-repeat;
	display:block;
	font-size:1px;
	float:left;
	margin:3px 5px 0 0;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -10px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -20px;     
}
