.menu1{ /*Stile del livello che contiene il menù*/ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #f47813;
font-size: 18px;
padding: 0px; 
} 

.menu1 a:link, .menu1 a:active, .menu1 a:visited{ 
color: #f47813; 
text-decoration: none; 
} 

.menu1 a:hover{ 
text-decoration: none; 
color: #ca3608; 
} 

.menu1 a:link .freccia, .menu1 a:active .freccia, .menu1 a:visited .freccia{ 
display: none; /*La freccia non si vede*/ 
} 

.menu1 a:hover .freccia{ 
display: inline; /*La freccia è visibile sull'evento hover del link*/ 
} 

.txt{ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #000000;
font-size: 14px;
text-decoration: none;
} 


.links{ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #ca3608;
font-size: 14px;
text-decoration: none;
} 


.bigindex{ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #000000;
font-size: 50px;
text-decoration: none;
} 

.copyright{ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #f47813;
font-size: 10px;
} 

.menuroll{ 
font-family: myriad, myriad pro, myriad roman, arial, helvetica, sans-serif;
color: #ca3608;
font-size: 18px;
padding: 0px; 
} 


/* set the image to use and establish the lower-right position */
    .cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2{
      background: transparent url(box.png) no-repeat bottom right}
    .cssbox{
    /* intended total box width - padding-right(next) */
      width:450px !important; /* IE Win = width - padding */
      width: 320px; 
    /* the gap on the right edge of the image (not content padding) */
      padding-right:15px; /* use to position the box */
      margin:20px auto}

    /* set the top-right image */
    .cssbox_head{background-position:top right;
    /* pull the right image over on top of border */
      margin-right:-15px; 
    /* right-image-gap + right-inside padding */
      padding-right:40px}

    /* set the top-left image */
    .cssbox_head h2{
      background-position:top left;
      margin:0; /* reset main site styles*/ 
      border:0; /* ditto */
    /* padding-left = image gap + interior padding ... no padding-right */
      padding:25px 0 15px 40px; 
      height:auto !important;
      height:1%} /* IE Holly Hack */

    /* set the lower-left corner image */
    .cssbox_body{
      background-position:bottom left;
      margin-right:25px; /* interior-padding right */ 
      padding:15px 0 15px 40px} /* mirror .cssbox_head right/left */