@charset "iso-8859-1";
/* MENU NUOVO */
/*==================================*/
/*          MENU LIVELLO 0          */
/*==================================*/
.menusfo {margin:0px;padding:0px;}
#cssdropdown, #cssdropdown ul {padding:0px;margin:0px;font-family:Arial, sans-serif;font-size:11px;list-style:none;float:left;}
#cssdropdown li {float:left;position:relative;}

.mainitems, .mainitems-sel {list-style:none;height:25px;padding-top:5px;padding-left:5px;}
.mainitems a {padding:0px 30px 0px 5px;text-decoration:none;display:block;color:#686868;font-weight:normal;}
.mainitems-sel a {padding:0px 30px 0px 5px;text-decoration:none;display:block;color:#333333;font-weight:normal;}
.mainitems a:hover, .mainitems-sel a:hover {text-decoration:none;}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top:auto;left:auto;}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display:block;}
#restofcontent { /*wrap rest of content of the page inside this div*/
clear:left;}
/* MENU NUOVO */

/*TABELLE*/
.m1table {border:0px;}

/*==================================*/
/*     MENU STILI SELECTED          */
/*==================================*/
/* LIVELLO 0 */
.m0inner-selected {text-decoration:none;color:#000000;text-align:center;border-top:3px solid #FCB814;font-size:11px;}
.m0mouto-selected {text-decoration:none;}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero-selected {}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno-selected {text-decoration:none;color:#ffffff;}

/*==================================*/
/*       MENU TREE  (CONTESTUALE)   */
/*==================================*/
/* Stile per la colonna sinistra */
.mout {}
.mover {}
#menu-colsx {position:relative;top:0px;margin-top:50px;z-index:2;padding-left:10px;}
.menu-page a {color:#ffffff;font-weight:normal;padding-right:15px;text-transform:lowercase;}
.menu-page-sel a {color:#ffffff;padding-right:15px;padding-left:6px;text-transform:lowercase;background-image: url(/jsps/images/arrowmenu_on.gif);background-position:left;background-repeat: no-repeat;}
.menu-page a:hover, .menu-page-sel a:hover {color:#ffffff;}

/*voce attiva (dove sono) - normale e mouseover FOGLIA E NODO*/
.t0ic-sel a, .t0io-sel a, .t1ic-sel a, .t1io-sel a, .t1io-sel a:hover {
color:#ff0000;padding-left:26px;font-size:10px;background-image: url(/jsps/images/arrowmenu_on.gif);background-position:left;background-repeat: no-repeat;text-transform:uppercase;line-height:20px;}

/*voce non attiva - normale e mouseover NO NODO*/
.tlic, .t1ic a, .t1io a, .tlio, .t1io a:hover {color:#003366;padding-left:26px;font-size:10px;background-image: url(/jsps/images/arrowmenu.gif);background-position:left;background-repeat: no-repeat;text-transform:uppercase;line-height:20px;}
.t0ic, .t0ic a:hover, .t0io a, .t0io a:hover {margin:0px;padding:0px;line-height:20px;}
.t0ic a, .t0io {margin:0px;padding:0px;padding-left:26px;background-image: url(/jsps/images/arrowmenu.gif);background-position:left;background-repeat: no-repeat;text-transform:uppercase;line-height:20px;}