@charset "UTF-8";
/* CSS Document */

   #nav-menu {
      width:100%;
      font-size:93%;
      line-height:normal;
	
	  height: 44px;
	  margin-top: 23px;
	  padding: 0px;
	  margin-left: 0px;
      }
    #nav-menu ul {
      margin: 0;
      padding: 0px 15px 0;
      list-style:none;
	  height: 42px;
      }
    #nav-menu li {
      display:inline;
      margin:0;
      padding:0;
	  height: 42px;
	  
      }
    #nav-menu a {
      float:left;
      background:url("../immagini/left_both.jpg") no-repeat left top;
      padding:0 0 0 15px;
      text-decoration:none;
	  height: 42px;
      }
    #nav-menu a span {
      float: left;
      display: block;
      background:url("../immagini/right_both.jpg") no-repeat right top;
      padding: 15px 15px 0px 0px;
      font-weight: bold;
      color: #765;
	  height: 27px;
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  color: #663300;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav-menu a span {
	float:none;
	}
    /* End IE5-Mac hack */
    #nav-menu a:hover span {
      color:#333;
	  padding-top: 15px
	  height: 27px;
      }
    #nav-menu #current a {
      background-position: 0 -49px;
      border-width:0;
      }
    #nav-menu #current a span {
      background-position:100% -49px;
      padding-bottom: 0px;
	  padding-top: 15px
      color: #333;
	  height: 27px;
      }
    #nav-menu a:hover {
      background-position: 0% -49px;
      }
    #nav-menu a:hover span {
      background-position: 100% -49px;
      }
    
      
      a.cc-btn.cc-dismiss {
        display: none;
    }

    a.cc-link {
      font-size: 15px;
  }