/* CSS per il MENU DI NAVIGAZIONE modello 03 */

/******************************************************************/
/*                                          Definizione style LINK                                       */
/******************************************************************/

/*** LIVELLO 1 ***/
a.menuNavLiv1 {
	color : #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a.menuNavLiv1:visited {
	color: #006699;
}

a.menuNavLiv1:hover {
	color : #003366;
	font-weight: bold;
}

/*** LIVELLO 2 ***/
a.menuNavLiv2 {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
}

a.menuNavLiv2:visited {
	color: #006699;
}

a.menuNavLiv2:hover {
	color : #003366;
	text-decoration: underline;
}

/*** LIVELLO 3 ***/
a.menuNavLiv3 {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
}

a.menuNavLiv3:visited {
	color: #006699;
}

a.menuNavLiv3:hover {
	color : #003366;
	text-decoration: underline;
}

/*** LIVELLO 4 ***/
a.menuNavLiv4 {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
}

a.menuNavLiv4:visited {
	color: #006699;
}

a.menuNavLiv4:hover {
	color : #003366;
	text-decoration: underline;
}

/*** LIVELLO 5 ***/
a.menuNavLiv5 {
	color : #003366;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration : none;
}

a.menuNavLiv5:visited {
	color: #006699;
}

a.menuNavLiv5:hover {
	color : #003366;
	text-decoration: underline;
}



/******************************************************************/
/*                                              Definizione style                                           */
/******************************************************************/

/* TD contenitore */
TD.boxMenuNav {
	background-image : url(/public/_img/bkg/menuSX.gif);
}


/*** definizione dei vari stati (OFF, ON) dei diversi livelli di menu ***/

/************** LIVELLO 1 **********************/

/* OFF*/
TD.menuNavLiv1Off {
	background-image: url(/public/_img/menu_03/1_liv_off.gif);
}

/* ON*/
TD.menuNavLiv1On {
	background-image: url(/public/_img/menu_03/1_liv_on.gif);
}

/* voce attiva */
.menuNavLiv1Active {
	font-weight: bold;
}

/* ultimo TD in fondo che chiude la tabella del menu */
TD.menuNavLiv1Vuoto {
	background-image: url(/public/_img/menu_03/1_liv_vuoto.gif);
}

/************** LIVELLO 2 **********************/

/* OFF */
TD.menuNavLiv2Off {
	background-image: url(/public/_img/menu_03/2_liv_off.gif);
}

/* ON */
TD.menuNavLiv2On {
	background-image: url(/public/_img/menu_03/2_liv_on.gif);
}

/* voce attiva */
.menuNavLiv2Active {
	font-weight: bold;
}

/************** LIVELLO 3 **********************/

/* OFF */
TD.menuNavLiv3Off {
	background-image: url(/public/_img/menu_03/3_liv_off.gif);
}

/* ON */
TD.menuNavLiv3On {
	background-image: url(/public/_img/menu_03/3_liv_on.gif);
}

/* voce attiva */
.menuNavLiv3Active {
	font-weight: bold;
}

/************** LIVELLO 4 **********************/

/* OFF */
TD.menuNavLiv4Off {
	background-image: url(/public/_img/menu_03/4_liv_off.gif);
}

/* ON */
TD.menuNavLiv4On {
	background-image: url(/public/_img/menu_03/4_liv_on.gif);
}

/* voce attiva */
.menuNavLiv4Active {
	font-weight: bold;
}

/************** LIVELLO 5 **********************/

/* OFF */
TD.menuNavLiv5Off {
	background-image: url(/public/_img/menu_03/5_liv_off.gif);
}

/* ON */
TD.menuNavLiv5On {
	background-image: url(/public/_img/menu_03/5_liv_on.gif);
}

/* voce attiva */
.menuNavLiv5Active {
	font-weight: bold;
}