div#MENU
{
    background-color: WHITE;
    color: white;
    width: 160px;
    padding: 0px;
    border: no;
    text-decoration: None;
}

div.IMAGE
{
    position: Relative;
    width: 162px;
    background-color: #FE6600;
    color: white;
    font: 10px Tahoma;
    margin-bottom: 2px;
    padding: 3px;
    border: Solid 1px white;
    cursor: Pointer;
    text-decoration: None;
}

div.IMAGE2
{
    position: Relative;
    width: 162px;
    height: 5px;
    background-color: #FE6600;
    color: white;
    font: 1px Tahoma;
    margin-bottom: 2px;
    padding: 3px;
    border: Solid 1px white;
    text-decoration: None;
}

div.TITOLO
{
    position: Relative;
    width: 162px;
    background-color: black;
    color: white;
    font: 8pt Tahoma;
    margin-bottom: 0px;
    padding: 3px;
    border: Solid 1px white;
    cursor: Pointer;
    text-decoration: None;
}

span.VOCI
{
    position: Relative;

    border: Solid 1px white;
    cursor: Pointer;
    
    width: 160px;
    display: None;
    font-family: Tahoma;
    margin-bottom: 0px;    
    font-size: 8px;
    padding: 0px;
    text-decoration: None;
    color: BLACK;
}

a.MENU
{
    width: 160px;
    display: Block;
    position: Relative;
    background-color: #F5F5F5;
    color: #efefef;
    padding: 3px;
    margin-bottom: 2px;
    text-decoration: None;
    border: no;
}

a.MENU:hover
{
    display: Block;
    position: Relative;
    background-color: #FE6600;
    color: white;
    padding: 3px;
    margin-bottom: 2x;
    text-decoration: None;
    border: no;
}