.menu1
{ /*Stile del livello che contiene il menù*/ 
background-color: #FFFFFF; 
border: 0px; 
padding: 0px;
text-align: center;
font: bold 10px verdana,helvetica,arial,sans-serif;
line-height:20px;
} 

.menu1 a:link, .menu1 a:active, .menu1 a:visited
{ 
background-image: url(../images/bottone laterale.jpg);
background-repeat: no-repeat ;
background-position: center;
height: 50px;
width: 130px; 
color: #66690E; 
text-decoration: none;
border: none;
} 

.menu1 a:hover
{ 
background-image: url(../images/bottone laterale hover.jpg);
background-repeat: no-repeat ;
background-position: center;
height: 50px;
width: 130px; 
color: #800000; 
text-decoration: none;
border: none;
}
