
/* topNavIt  */

#topNavIt ul li,
#topNavIt ul li a {
	display: block;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	height:60px;
	float: left;
	overflow: hidden;
	text-indent:-99999px;
}
#topNavIt ul li a {
	background: url(../img/it/nav_it.gif) no-repeat;
}


/* BUTTONS OFF STATES  */

#topNavIt li#azienda,
#topNavIt li#azienda a {
	width: 96px;
	background-position: 0 -60px;
}
#topNavIt li#prodotti,
#topNavIt li#prodotti a {
	width: 170px;
	background-position: -96px -60px;
}
#topNavIt li#novita,
#topNavIt li#novita a {
	width: 73px;
	background-position: -266px -60px;
}
#topNavIt li#contatti,
#topNavIt li#contatti a {
	width: 97px;
	background-position: -339px -60px;
}

/* BUTTONS ON STATES  */

#topNavIt li#azienda a:hover { 
	background-position: 0 0;
}
#topNavIt li#prodotti a:hover { 
	background-position: -96px 0;
}
#topNavIt li#novita a:hover {
	background-position: -266px 0;
}
#topNavIt li#contatti a:hover {
	background-position: -339px 0;
}

/* BUTTONS SELECTED STATES */

#topNavIt li#azienda.active,
#topNavIt li#azienda.active a { 
	background-position: 0 0; !important;	
}
#topNavIt li#prodotti.active,
#topNavIt li#prodotti.active. a { 
	background-position: -96px 0; !important;	
}
#topNavIt li#novita.active,
#topNavIt li#novita.active a {
	background-position: -266px 0; !important;	
}
#topNavIt li#contatti.active,
#topNavIt li#contatti.active a {
	background-position: -339px 0; !important;	
}
