#menu {
      float:left;
      width:100%;
      background:url("/images/newSito/sfondo.gif") repeat-x bottom;
	  background-color:trasparent;
      font-size:93%;
      line-height:normal;
	  height:34px;
}
    #menu ul {
      padding:10px 10px 0;
      list-style:none;
	margin: 0 0 0 18px;
}
    #menu li {
      float:left;
      background:url("/images/newSito/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom: 1px solid #909090;
      }
    #menu a {
      float:left;
      display:block;
      width:.1em;
      background:url("/images/newSito/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#000;
      }
    #menu > ul a {width: auto;}
    /* IE5-Mac \*/
    #menu a {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover {
      color:#a51220;
      }
    #menu #current {
      background-position:0 -150px;
      border-width:0;
      }
    #menu #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#a51220;
      }
	  
	 #menu li.rosso {
      float:left;
      background:url("/images/newSito/left_both_rosso.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9p;
      border-bottom: 1px solid #909090;
      } 
