/* CSS per il MENU DI NAVIGAZIONE modello 02 */

/******************************************************************/
/*                                          Definizione style LINK                                       */
/******************************************************************/

/*** LIVELLO 1 ***/
a.menuNavLiv1 {
	background: transparent;
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-transform: uppercase;
}

/*a.menuNavLiv1:visited {

}*/

a.menuNavLiv1:hover {
	background: transparent;
	color : #333333;
}

/*** LIVELLO 2 ***/
a.menuNavLiv2 {
	background: transparent;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/*a.menuNavLiv2:visited {

}*/

a.menuNavLiv2:hover {
	background: transparent;
	color : #C30000;
}

/*** LIVELLO 3 ***/
a.menuNavLiv3 {
	background: transparent;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/*a.menuNavLiv3:visited {

}*/

a.menuNavLiv3:hover {
	background: transparent;
	color : #C30000;
}

/*** LIVELLO 4 ***/
a.menuNavLiv4 {
	background: transparent;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/*a.menuNavLiv4:visited {

}*/

a.menuNavLiv4:hover {
	background: transparent;
	color : #C30000;
}

/*** LIVELLO 5 ***/
a.menuNavLiv5 {
	background: transparent;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

/*a.menuNavLiv5:visited {

}*/

a.menuNavLiv5:hover {
	background: transparent;
	color : #C30000;
}



/******************************************************************/
/*                                              Definizione style                                           */
/******************************************************************/

/* TD contenitore */
TD.boxMenuNav {
	background-image : url(/public/_img/bkg/menuSX.gif);
}


/*** definizione dei vari stati (OFF, OVER, ON) dei diversi livelli di menu ***/

/************** LIVELLO 1 **********************/

/* OFF*/
TD.menuNavLiv1Off {
	background-image: url(/public/_img/menu_02/1_liv_off.gif);
}

/* OVER*/
TD.menuNavLiv1Over {
	background-image: url(/public/_img/menu_02/1_liv_over.gif);
}

/* ON*/
TD.menuNavLiv1On {
	background-image: url(/public/_img/menu_02/1_liv_on.gif);
}

/* voce attiva */
.menuNavLiv1Active {
	font-weight: normal;
}

/* ultimo TD in fondo che chiude la tabella del menu */
TD.menuNavLiv1Vuoto {
	background-image: url(/public/_img/menu_02/1_liv_vuoto.gif);
}

/************** LIVELLO 2 **********************/

/* OFF */
TD.menuNavLiv2Off {
	background-image: url(/public/_img/menu_02/2_liv_off.gif);
}

/* OVER */
TD.menuNavLiv2Over {
	background-image: url(/public/_img/menu_02/2_liv_over.gif);
}

/* ON */
TD.menuNavLiv2On {
	background-image: url(/public/_img/menu_02/2_liv_on.gif);
}

/* voce attiva */
.menuNavLiv2Active {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30000;
}

/************** LIVELLO 3 **********************/

/* OFF */
TD.menuNavLiv3Off {
	background-image: url(/public/_img/menu_02/3_liv_off.gif);
}

/* OVER */
TD.menuNavLiv3Over {
	background-image: url(/public/_img/menu_02/3_liv_over.gif);
}

/* ON */
TD.menuNavLiv3On {
	background-image: url(/public/_img/menu_02/3_liv_on.gif);
}

/* voce attiva */
.menuNavLiv3Active {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30000;
}

/************** LIVELLO 4 **********************/

/* OFF */
TD.menuNavLiv4Off {
	background-image: url(/public/_img/menu_02/4_liv_off.gif);
}

/* OVER */
TD.menuNavLiv4Over {
	background-image: url(/public/_img/menu_02/4_liv_over.gif);
}

/* ON */
TD.menuNavLiv4On {
	background-image: url(/public/_img/menu_02/4_liv_on.gif);
}

/* voce attiva */
.menuNavLiv4Active {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30000;
}

/************** LIVELLO 5 **********************/

/* OFF */
TD.menuNavLiv5Off {
	background-image: url(/public/_img/menu_02/5_liv_off.gif);
}

/* OVER */
TD.menuNavLiv5Over {
	background-image: url(/public/_img/menu_02/5_liv_over.gif);
}

/* ON */
TD.menuNavLiv5On {
	background-image: url(/public/_img/menu_02/5_liv_on.gif);
}

/* voce attiva */
.menuNavLiv5Active {
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	color: #C30000;
}


/************** TD Extranet: logout e cambia password **********************/

TD.extranet {
	background-image: url(/public/_img/menu_02/bkg_extranet.gif);
}

/* TD che funge da riga vuota tra il menu suddetto e quello principale */
TD.extranetVuoto {
	background-image: url(/public/_img/menu_02/bkg_extranetVuoto.gif);
}
