/* ------- MENU VERTICALE ------- */ /* ---------------- MEMORANDUM COMBINAZIONI ---------------- 1) ".MenuV ol li a" --> Voce non corrente (cliccabile) 2) ".MenuV ol li.LIStrong strong" --> Voce corrente evidenziata senza sel=BLOB:ID=x (non cliccabile) 3) ".MenuV ol li.LISel strong" --> Voce corrente evidenziata con sel=BLOB:ID=x (non cliccabile) 4) ".MenuV ol li.LIStrong strong, .MenuV ol li.LISel strong" --> Voce corrente (non cliccabile) 5) ".MenuV ol li.LISel strong a.Sel" --> Voce non corrente ma evidenziata/selezionata (cliccabile) --------------------------------------------------------- */ .MenuV { padding-top:4px; margin-bottom:20px; } /* I LIVELLO */ .MenuV ol { list-style-type:none; margin:0; padding:0; font-size:.7em; font-weight: normal; } .MenuV ol li a { /*display:block;padding:5px; background-color:#5B5837; font-weight: bold; border-bottom:2px solid #FFFFFF; color:@Bianco; text-decoration:none; */ } .MenuV ol li a { display:block; width:160px; padding:5px; font-weight: bold; background: none; background-color:#5B5837; border-bottom:1px solid #FFFFFF; color:@Bianco; text-decoration:none; [OPERAOPEN]width:14.1em;[OPERACLOSE] [SAFARIOPEN]width:14.4em;[SAFARICLOSE] } .MenuV ol li a:hover { background:@HMenuV1 url(TemplatesUSR-Site-img/MenuV/MenuV1H.gif) 7px 9px no-repeat; text-decoration:underline; border-left-color:@HBordoMenuV; } .MenuV ol li.LIStrong strong, .MenuV ol li.LISel strong { display:block; width:14.3em; padding:.3em .1em .3em 1.45em; background:@SMenuV1 url(TemplatesUSR-Site-img/MenuV/MenuV1S.gif) 7px 9px no-repeat; border-left:.4em solid @SBordoMenuV; border-bottom:1px solid @Sfondo; color:@Dominante; text-decoration:underline; [OPERAOPEN]width:14.1em;[OPERACLOSE] [SAFARIOPEN]width:14.4em;[SAFARICLOSE] } .MenuV ol li.LISel strong a.Sel { padding:0; background:none; border:none; text-decoration:underline; font-weight:bold; } .MenuV ol li.LISel strong a.Sel:hover { text-decoration:none; } /* II LIVELLO */ .MenuV ol ol { font-size:.75em; font-weight:normal; } .MenuV ol ol li a { display:block; width:18.3em; padding:.3em .1em .3em 2.75em; background:@MenuVN url(TemplatesUSR-Site-img/MenuV/MenuV2.gif) 20px 7px no-repeat; border-left:.5em solid @BordoMenuV; border-bottom:1px solid @Sfondo; color:@Dominante; text-decoration:none; [OPERAOPEN]width:17.4em;[OPERACLOSE] [SAFARIOPEN]width:18.5em;[SAFARICLOSE] } .MenuV ol ol li a:hover { background:@HMenuVN url(TemplatesUSR-Site-img/MenuV/MenuV2H.gif) 20px 7px no-repeat; text-decoration:underline; border-left-color:@HBordoMenuV; } .MenuV ol ol li.LIStrong strong, .MenuV ol ol li.LISel strong { display:block; width:18.3em; padding:.3em .1em .3em 2.75em; background:@SMenuVN url(TemplatesUSR-Site-img/MenuV/MenuV2S.gif) 20px 7px no-repeat; border-left:.5em solid @SBordoMenuV; border-bottom:1px solid @Sfondo; color:@Dominante; text-decoration:underline; font-weight:normal; [OPERAOPEN]width:17.4em;[OPERACLOSE] [SAFARIOPEN]width:18.5em;[SAFARICLOSE] }