/* CSS Document */


/*- Menu Tabs sopra--------------------------- */


    #tabs1 {
	  margin-top: 11px;
      float:left;
      width:100%;
      font-size:0.82em;
      line-height:normal;
      border-bottom:1px solid #BCD2E6;
      }
    #tabs1 ul {
          margin:0;
          padding:10px 11px 0 25px;
          list-style:none;
      }
    #tabs1 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs1 a {
      float:left;
      background:url("GraficaHome2007/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0;
      text-decoration:none;
      }
    #tabs1 a span {
      float:left;
      display:block;
      background:url("GraficaHome2007/tabright1.gif") no-repeat right top;
      padding:5px 9px 4px 6px;
      color:#627EB7;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#627EB7;
      }
    #tabs1 a:hover {
      background-position:0% -42px;
      }
    #tabs1 a:hover span {
      background-position:100% -42px;
      }

      #tabs1 #current a {
              background-position:0% -42px;
      }
      #tabs1 #current a span {
              background-position:100% -42px;
      }
	  

/* CSS Tabs Menu sotto */
#navcontainer {
		width: 100%;
        margin: 0;
        padding: 0;
        height: 20px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #fff;
        width: 195px;
        height: 18px;
        border: 1px solid #0099CC;
        padding: 0;
        margin: 0;
        color: #3366CC;
        text-decoration: none;
        display: block;
        text-align: center;
}

#navcontainer ul li a:hover {
        color: #DFEBFF;
        background: #0158E9;
}

#navcontainer a:active {
        background: #DD0000;
        color: #fff;
}

#navcontainer li#active a {
        background: #DD0000;
        border: 1px solid #DD0000;
        color: #fff;
}