/* stili navtable: navigazione tabella sx*/
A.navtable-intestazione-off  { color: #ffad00; font-size: 14px; font-family: Verdana, Arial, Helvetica; font-weight: bold; text-decoration: none }
TD.navtable-cella-livello1-off	 { background-color: #ffad00; background-image: url("../immagini/comuni/navtable_simbolo_off.gif"); background-repeat: no-repeat; background-position: 2px 0; height: 21px }
TD.navtable-cella-livello2-off	 { background-color: #ffb92c; background-image: url("../immagini/comuni/navtable_simbolo_off.gif"); background-repeat: no-repeat; background-position: 10px 0; height: 21px }
TD.navtable-cella-livello3-off 	 { background-color: #ffd772; background-image: url("../immagini/comuni/navtable_simbolo_off.gif"); background-repeat: no-repeat; background-position: 22px 0; height: 21px }

TD.navtable-cella-livello1-open	 { background-color: #ffad00; background-image: url("../immagini/comuni/navtable_simbolo_open.gif"); background-repeat: no-repeat; background-position: 2px 0; height: 21px }
TD.navtable-cella-livello2-open	 { background-color: #ffb92c; background-image: url("../immagini/comuni/navtable_simbolo_open.gif"); background-repeat: no-repeat; background-position: 10px 0; height: 21px }
TD.navtable-cella-livello3-open	 { background-color: #ffd772; background-image: url("../immagini/comuni/navtable_simbolo_open.gif"); background-repeat: no-repeat; background-position: 22px 0; height: 21px }

TD.navtable-cella-livello1-on	 { background-color: #ffd772; background-image: url("../immagini/comuni/navtable_simbolo_on.gif"); background-repeat: no-repeat; background-position: 2px 0; height: 21px }
TD.navtable-cella-livello2-on  	 { background-color: #ffd772; background-image: url("../immagini/comuni/navtable_simbolo_on.gif"); background-repeat: no-repeat; background-position: 10px 0; height: 21px }
TD.navtable-cella-livello3-on	 { background-color: #ffd772; background-image: url("../immagini/comuni/navtable_simbolo_on.gif"); background-repeat: no-repeat; background-position: 22px 0; height: 21px }

/* Nota: se imposto lo sfondo su una classe a (link) Netscape 4 disattiva il link -> devo impostare il simbolo sull'elemento contenitore -> cella della tabella */
.navtable-cella-livello1-off A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 15px }
.navtable-cella-livello2-off A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 23px }
.navtable-cella-livello3-off A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 35px }

.navtable-cella-livello1-open A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 15px }
.navtable-cella-livello2-open A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 23px }
.navtable-cella-livello3-open A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 35px }

.navtable-cella-livello1-on A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 15px }
.navtable-cella-livello2-on A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 23px }
.navtable-cella-livello3-on A.navtable-link { color: white; font-size: 11px; font-family: Verdana, Helvetica, Arial; line-height: 21px; text-decoration: none; display: block; padding: 0 0 0 35px }

/* l'effetto over e' comune a tutti i livelli */
A.navtable-link:hover  { color: #4C4C4C; background-color: #CCCCCC; background-image: url("../immagini/comuni/navtable_simbolo_on.gif"); background-repeat: no-repeat; background-position: 2px 0}

