﻿DIV.box_menu
{
    position: relative;
    text-align: left;
    height: 200px;
}
DIV.table_menu
{
    height: auto;
}
DIV.riga_menu
{
    text-align: left;
}
DIV.colonna_decorativa
{
    clear: left;
    float: left;
    background: url(../../App_Themes/Default/Master_images/eye.jpg) white no-repeat center center;
    width: 17px;
    height: 26px;
    padding: 0px;
    margin: 0px;
}
DIV.voce_menu
{
    float: right;
    width: 130px;
    overflow: hidden;
    height: 20px;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-right: 15px;
    border-bottom: #a2bd54 1px dotted;
    font-weight: bold;
    font-size: 9pt;
    text-align: left;
}
DIV.voce_menu A, TD.voce_menu A:visited
{
    color: #237453;
}
DIV.voce_menu A:hover
{
    color: #919191;
}

