div#MENU
{
    position: Absolute;
    font: Bold 12px Arial;
   
}
div.TITOLO
{
    position: Relative;
   
    color: #003868;
    font:bold  12px Arial;
    padding: 2px;
    margin-bottom: 3px;
    text-decoration: None;
    
    cursor: Pointer;
}
span.VOCI
{
    display: None;
    color: #003868;
    font: 12px Arial;
    padding: 4px;
}

a.MENU
{
    color: #003868;
    text-decoration: None;
    font: 12px Arial;
    padding: 4px;
   
}
a.MENU:hover
{
    color: #003868;
    font:bold  12px Arial;
    text-decoration: None;
    padding: 4px;
}
a.TITOLO
{
    position: Relative;
   
    color: #003868;
    font:bold  12px Arial;
    padding: 2px;
    margin-bottom: 3px;
    text-decoration: None;
    
    cursor: Pointer;
}