﻿/* ___________________________________ MENU LATERALE SINISTRO _________________________________*/
.menuContainerLeft
{
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    width: 100%;
}
.menuTopLeft
{
}
TD.menuHeaderLeft
{
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    background-color: #F5F5F5;
    border-color: #DADADA;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}
.menuBottomLeft
{
}
TD.menuItemLeft
{
    padding: 4px 0px 4px 0px;
}
A.menuItemLeft
{
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 12px;
    margin-left: 10px;
    background-image: url(img/menu_item.gif);
    background-repeat: no-repeat;
}
a.menuItemLeft:visited
{
    color: #444444;
}
a.menuItemLeft:hover
{
    color: #787878;
    text-decoration: none;
}
/* ___________________________________ MENU LATERALE DESTRO _________________________________*/
.menuContainerRight
{
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    width: 100%;
}
.menuTopRight
{
}
TD.menuHeaderRight
{
    margin: 0 0 0 0;
    padding: 4px 4px 4px 4px;
    background-color: #F5F5F5;
    border-color: #DADADA;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}
.menuBottomRight
{
}
TD.menuItemRight
{
    padding: 4px 0px 4px 0px;
}
A.menuItemRight
{
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 12px;
    margin-left: 10px;
    background-image: url(img/menu_item.gif);
    background-repeat: no-repeat;
}
a.menuItemRight:visited
{
    color: #444444;
}
a.menuItemRight:hover
{
    color: #787878;
    text-decoration: none;
}

