/*/////////////////////////////////////////////////////////////*/
/* MENU ORIZZONTALE */
/*/////////////////////////////////////////////////////////////*/

.nav-orizzontale {
	border:0px solid #000; 
	padding: 0px 0px 0px 0px !important; /* l'ordine è: top right bottom left */
	margin: 0px 0px 0px 0px !important; /* l'ordine è: top right bottom left */
	list-style-type: none; 
	text-align:left;
	background: url("") no-repeat 0px 0px;
	height: 21px;
	width:960px;
	display:block;
	/*border-top:1px solid #7C7B7A;
	border-right:1px solid #696967;
	border-bottom:0px solid #333F45;
	border-left:1px solid #626261;
	*/
}
.nav-orizzontale A {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	display: block; 
	height: 21px; 
	text-decoration: none;
}
.nav-orizzontale A:link,
.nav-orizzontale A:visited{
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;   
	display: block; 
	height: 21px; 
	text-decoration: none;
}

.nav-orizzontale A:active,
.nav-orizzontale A:hover {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
	display: block; 
	height: 21px; 
	text-decoration: none;
}

.nav-orizzontale LI {
	border:none;  
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;  
	font-size: 1px; 
	float: left; 
	overflow: hidden; 
	cursor: pointer; 
	text-indent: -9999em; /* nascondo il testo */
	height: 21px; 
	text-decoration: none;
}
/**************************************************/
/* LINK 1 */
/**************************************************/
LI.item-1 {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px 0px; /* determino la posizione del background: left e top */
	WIDTH: 100px;
}
LI.item-1 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px 0px;

}
LI.item-1 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px -21px /* determino la posizione del background nello stato HOVER: left e top */
}
LI.item-1-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat 0px -21px; /* classe che determina quando la voce è selezionata */
	WIDTH: 100px
}
/**************************************************/
/* LINK 2 */
/**************************************************/
LI.item-2 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -100px 0px; 
	WIDTH: 160px;
}
LI.item-2 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -100px 0px
}
LI.item-2 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -100px -21px
}
LI.item-2-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -100px -21px; 
	WIDTH: 160px
}
/**************************************************/
/* LINK 3 */
/**************************************************/
LI.item-3 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -260px 0px; 
	WIDTH: 160px
}
LI.item-3 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -260px 0px
}
LI.item-3 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -260px -21px
}
LI.item-3-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -260px -21px; 
	WIDTH: 160px
}
/**************************************************/
/* LINK 4 */
/**************************************************/
LI.item-4 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -420px 0px; 
	WIDTH: 140px
}
LI.item-4 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -420px 0px
}
LI.item-4 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -420px -21px
}
LI.item-4-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -420px -21px; 
	WIDTH: 140px
}
/**************************************************/
/* LINK 5 */
/**************************************************/
LI.item-5 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -560px 0px; 
	WIDTH: 140px
}
LI.item-5 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -560px 0px
}
LI.item-5 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -560px -21px
}
LI.item-5-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -560px -21px; 
	WIDTH: 140px
}
/**************************************************/
/* LINK 6 */
/**************************************************/
LI.item-6 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -700px 0px; 
	WIDTH: 120px
}
LI.item-6 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -700px 0px
}
LI.item-6 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -700px -21px
}
LI.item-6-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -700px -21px; 
	WIDTH: 120px
}
/**************************************************/
/* LINK 7 */
/**************************************************/
LI.item-7 {
	BACKGROUND: url("images/h_nav.gif") no-repeat -820px 0px; 
	WIDTH: 140px
}
LI.item-7 A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -820px 0px
}
LI.item-7 A:hover {
	BACKGROUND: url("images/h_nav.gif") no-repeat -820px -21px
}
LI.item-7-sel A {
	BACKGROUND: url("images/h_nav.gif") no-repeat -820px -21px; 
	WIDTH: 140px
}/**************************************************//* LINK 1 ENG *//**************************************************/LI.itemeng-1 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat 0px 0px; /* determino la posizione del background: left e top */	WIDTH: 100px;}LI.itemeng-1 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat 0px 0px;}LI.itemeng-1 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat 0px -21px /* determino la posizione del background nello stato HOVER: left e top */}LI.itemeng-1-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat 0px -21px; /* classe che determina quando la voce è selezionata */	WIDTH: 100px}/**************************************************//* LINK 2 ENG *//**************************************************/LI.itemeng-2 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -100px 0px; 	WIDTH: 160px;}LI.itemeng-2 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -100px 0px}LI.itemeng-2 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -100px -21px}LI.itemeng-2-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -100px -21px; 	WIDTH: 160px}/**************************************************//* LINK 3 ENG *//**************************************************/LI.itemeng-3 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -260px 0px; 	WIDTH: 160px}LI.itemeng-3 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -260px 0px}LI.itemeng-3 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -260px -21px}LI.itemeng-3-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -260px -21px; 	WIDTH: 160px}/**************************************************//* LINK 4 ENG *//**************************************************/LI.itemeng-4 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -420px 0px; 	WIDTH: 140px}LI.itemeng-4 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -420px 0px}LI.itemeng-4 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -420px -21px}LI.itemeng-4-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -420px -21px; 	WIDTH: 140px}/**************************************************//* LINK 5 ENG *//**************************************************/LI.itemeng-5 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -560px 0px; 	WIDTH: 140px}LI.itemeng-5 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -560px 0px}LI.itemeng-5 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -560px -21px}LI.itemeng-5-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -560px -21px; 	WIDTH: 140px}/**************************************************//* LINK 6 ENG *//**************************************************/LI.itemeng-6 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -700px 0px; 	WIDTH: 120px}LI.itemeng-6 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -700px 0px}LI.itemeng-6 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -700px -21px}LI.itemeng-6-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -700px -21px; 	WIDTH: 120px}/**************************************************//* LINK 7 ENG *//**************************************************/LI.itemeng-7 {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -820px 0px; 	WIDTH: 140px}LI.itemeng-7 A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -820px 0px}LI.itemeng-7 A:hover {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -820px -21px}LI.itemeng-7-sel A {	BACKGROUND: url("images/en/h_nav.gif") no-repeat -820px -21px; 	WIDTH: 140px}