/* MENU ORIZZONTALE */
.menuOr
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.menuOr li
{
    display: inline;
    margin: 0;
    height: 0;
    padding: 0 24px 0 0;
}

.menuOr a
{
    white-space: nowrap;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
}

.menuOr a:link, .menuOr a:visited
{
    color: #b61f29;
    text-decoration: none;
}

.menuOr a:hover, .menuOr a:focus, .menuOr a:active
{
    color: #00675e;
}

.menuOr .VoceCorrente a
{
    color: #00675e;
}

.menuOr .VoceCorrente a:link, .menuOr .VoceCorrente a:visited, .menuOr .VoceCorrente a:hover, .menuOr .VoceCorrente a:focus, .menuOr .VoceCorrente a:active
{
    color: #00675e;
}

/* MENU ORIZZONTALE */
/*      fine        */

/* MENU VERTICALE */
.menuVr
{
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.menuVr li
{
    list-style-type: none;
    margin: 0;
}


.menuVr a
{
    white-space: nowrap;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
}

.menuVr a:link, .menuVr a:visited
{
    color: #b61f29;
    text-decoration: none;
}

.menuVr a:hover, .menuVr a:focus, .menuVr a:active
{
    color: #00675e;
}

.menuVr .VoceCorrente a:link, .menuVr .VoceCorrente a:visited, .menuVr .VoceCorrente a:hover, .menuVr .VoceCorrente a:focus, .menuVr .VoceCorrente a:active
{
    color: #00675e;
}

/* MENU VERTICALE */
/*      fine        */

/* MENU ROSSO */

table.tblMenu
{
    width: 740px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
}

table.tblMenu td
{
    height: 30px;
    font-weight:normal;
    color:#000;
}

td.center
{
    text-align: center;
}

.tblMenu a
{
    text-decoration: none;
}

.tblMenu a:link, .tblMenu a:visited, .tblMenu a:active
{
    color: #fff;
}

.tblMenu a:focus, .tblMenu a:hover
{
    color: #000;
}

td.left
{
    text-align: left;
    padding-left: 15px;
}

td.right
{
    text-align: right;
    padding-right: 15px;
}

