/*==========MENU' LATERALE HOME=============*/

#menucontainer1
    {
    width: 230px;
    height: 237px;
    margin-top: 0px;
    float:left;
   /* border:solid 1px green; */
    background-image: url("img/bg_menu1.gif");
    background-repeat: no-repeat;
    background-position: top left;
    }
#menucontainer1 a, #menucontainer1 a:visited
    {
    color: #7B7B7B;
    font-size:10px;
    text-decoration: none;
    }
#menucontainer1 a:hover
    {
    color: #800000;
    font-size:10px;
    text-decoration: none;
    }
#menu1
    {
    width: 150px;
    height: 65px;
    position:relative; top:50px; left:20px;
    float:left;
    /*border:solid 1px blue;*/
    text-align:left;
    font-size:10px;
    }
#menu2
    {
    width: 200px;
    height: 65px;
    position:relative; top:100px; left:20px;
    float:left;
    text-align:left;
    font-size:10px;
    }
/*==========MENU' PRODOTTI=============*/

#menuprodotti1
    {
    width: 760px;
    /*height: 228px;*/
    margin-top: 1px;
    /*float:left; */
    /*border:solid 1px green;*/
    background-color: #FFFFFF;
    /*background-image: url("img/bg_menu1.gif");
    background-repeat: no-repeat;
    background-position: top left;*/
    }
#tablemenu
{
    font-size:10px;
    text-decoration: none;
    color: #7B7B7B;
}

#tablemenu a, #menuprodotti1 a:visited
    {
    color: #7B7B7B;
    font-size:10px;
    text-decoration: none;
    }
#tablemenu a:hover
    {
    color: #800000;
    font-size:10px;
    text-decoration: none;
    }

#menuprodotti2
    {
    width: 131px;
    height: auto;
    margin: 0px;
    /*border:solid 1px green;*/
    background-color: #FFFFFF;
    }
/*========================================*/
.prod_cap
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #7B7B7B;
    width:131px;
    height:21px;
 /*   background-image: url("img/bg_mnu_sx.gif");
    background-repeat: no-repeat;
    background-position: top left; */
    padding-top:2px;
    border-bottom:1px solid grey;
    }
.prod_cap a, .prod_cap a:visited
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #7B7B7B;
    text-decoration: none;
    }
.prod_cap a:hover
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #F68E4C;
    text-decoration: none;
    }
.prod
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #7B7B7B;
    width:111px;
    height:16px;
    /*background-image: url("img/bg_sub_sx.gif");*/
    padding-top:2px;
    padding-left:20px;
    }
.prod a, .prod a:visited
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #7B7B7B;
    text-decoration: none;
    }
.prod a:hover
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #800000;
    text-decoration: none;
    }
