@charset "iso-8859-1";

/*==================================*/
/*            LIVELLO 0             */
/*==================================*/
.m0table {
  border: 0;
}
/*** Style for outer tag, mout (mouse out) state ***/
.m0mouto {
  border : 1px solid #FFFFFF;
  background: #FFFFFF;
  background-image: url(/jsps/images/arrow.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero {
  text-decoration : none;
  border: 1px solid #FFFFFF;
  background: #F5EFDE;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno {
  text-decoration : none;
  border: 1px solid #FFFFFF;
  background: #F5EFDE;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for inner tag, mover (mouse over) state ***/
.m0inner {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 6px;
  text-align: left;
  color: #7E7139;
}

/*==================================*/
/*            LIVELLO 1             */
/*==================================*/
.m1table {
  border: 0;
}
/*** Style for outer tag, mout (mouse out) state ***/
.m1mouto {
  border : 1px solid #FFFFFF;
  background: #FFFFFF;
  background-image: url(/jsps/images/arrow.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mover (mouse over) state ***/
.m1movero {
  text-decoration : none;
  border: 1px solid #FFFFFF;
  background: #F5EFDE;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mdown (mouse down) state ***/
.m1mdowno {
  text-decoration : none;
  border: 1px solid #FFFFFF;
  background: #F5EFDE;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
.m1inner {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 6px;
  text-align: left;
  color: #7E7139;
}

/*==================================*/
/*          STILI SELECTED          */
/*==================================*/

/* LIVELLO 0 */
.m0inner-selected {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 6px;
  text-align: left;
  color: #7E7139;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index:1;
}
.m0mouto-selected {
  border : 1px solid #FFFFFF;
  background: #FFFFFF;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mover (mouse over) state ***/
.m0movero-selected {
  border : 1px solid #FFFFFF;
  background: #FFFFFF;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index:1;
}
/*** Style for outer tag, mdown (mouse down) state ***/
.m0mdowno-selected {
  text-decoration : none;
  border : 1px solid #FFFFFF;
  background: #F5EFDE;
  background-image: url(/jsps/images/arrow2.gif);
  background-position: left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index:1;
}

/*==================================*/
/*            MENU TREE             */
/*==================================*/
.treemenu-table {
  border-collapse: collapse;
  /*border: 1px solid black;*/
  width: 95%;
  background-image: url(/jsps/portal/images/dot.gif);
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: bottom left;
}
.treemenu-table td {
  padding-top: 0px;
  padding-bottom: 2px;
  padding-right: 0px;
  padding-left: 0px;
}
/* livello 0 */
.t0lev0i, a.t0lev0i, a:visited.t0lev0i, a:link.t0lev0i, a:active.t0lev0i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}
a:hover.t0lev0i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}
.t0lev0i-sel, a.t0lev0i-sel, a:hover.t0lev0i-sel, a:visited.t0lev0i-sel, a:link.t0lev0i-sel, a:active.t0lev0i-sel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
/* livello 1 */
.t0lev1i, a.t0lev1i, a:visited.t0lev1i, a:link.t0lev1i, a:active.t0lev1i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}
a:hover.t0lev1i {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  z-index: 1;
}
.t0lev1i-sel, a.t0lev1i-sel, a:hover.t0lev1i-sel, a:visited.t0lev1i-sel, a:link.t0lev1i-sel, a:active.t0lev1i-sel {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}