div.layer1{display: none}
.menu, .menu_attivo{
display:block;
line-height:36px;
height:36px;
width:90px;
color:#FFF;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
vertical-align:middle;
font-weight:bold;
text-transform: uppercase;
}
.menu:hover,
.menu_attivo:hover{
color:#933;
background-image:url(../img/label.jpg);
background-repeat:no-repeat;
}
.menu_attivo{
color:#933;
background-image:url(../img/label.jpg);
background-repeat:no-repeat;
}
#contenuto{
height:397px;
margin: 20px 5px 20px 5px;
overflow:auto;
}
.fineTabella{
border-right:#933 solid 1px;
}
.fineTabLeft{
border-left:#933 solid 1px;
}
.testo {
padding: 5px 10px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}
.titolo {
padding: 5px 10px 10px 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#933;
}
.stilelaterale{
color:#930;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.stilelaterale:hover{
text-decoration: underline;
}