﻿.Menu {
    float:left;
    width:230px;
}

.MenuCategoria {
    width:230px;
    float:left;
    height:40px;
    color:#333333;
    background-color:#eaebeb;
    padding-left:20px;
    cursor:pointer;
    line-height:40px;
    margin:5px 0 0 0;
    font-size:0.9em;
    font-weight:400;
}

.MenuCategoria:link, .MenuCategoria:visited {
    color:#333333;
    text-decoration:none;    
    }

.MenuCategoria:hover {
    color:#ffffff;
    background-color:#7f98ae;
    text-decoration:none;    
    }

.StileMenu
{
   width:230px;
   margin:0;
    }

.StileMenu td
{
    height:40px;
    padding-left:10px;
    background-color:#c1c1c1;
    background-repeat:no-repeat;
    border-bottom:1px solid #ffffff;
    border-top:1px solid #ffffff;
  }
.StileMenu td a
{
    width:100%;
    cursor:pointer;
    display:block;
     }

.StileMenu td:hover
{
    cursor:pointer;
    /*background-image:url(/images/menu/sfondo_categoria_hover.png);*/
    background-repeat:no-repeat;
    background-color:#2f97d2;
    }

.StileMenu td:hover a
{
    color:#333333;
    }

.StileMenu tr td a:hover
{
    color:#333333;
    text-decoration:none;
    }

.StileMenu a:link, .StileMenu a:visited
{
    text-transform:uppercase;
    text-decoration:none;
    color:#333333;
    font-size:13px;
    }
    
.StileMenu a:hover
{
    color:#ffffff;
    }
    
/*****************LIVELLO DUE********************/
.StileMenu2:link, .StileMenu2:visited
{
    display:block;
    cursor:pointer;
    color:#ffffff;
    text-decoration:none;
    height:40px;
    min-width:230px;
    /*background-image:url(/images/menu/sfondo_categoria_livelli.png);*/
    background-color:#2e97a6;
    background-repeat:no-repeat;
    text-decoration:none;
    font-size:13px;
    line-height:40px;
    padding-left:6px;
    padding-right:6px;
    text-transform:uppercase;
    border:1px solid #ffffff;
    }

.StileMenu2:hover
{
    /*background-image:url(/images/menu/sfondo_categoria_livelli_hover.png);*/
    background-repeat:no-repeat;
    text-transform:uppercase;
    background-color:#185058;
    }

.StileMenu1
{
    display:block;
    cursor:pointer;
    color:#333333;
    text-decoration:none;
    height:40px;
    min-width:230px;
    background-color:#c1c1c1;
    background-repeat:no-repeat;
    text-decoration:none;
    font-size:13px;
    line-height:40px;
    padding-left:6px;
    padding-right:6px;
    text-transform:uppercase;
    border:1px solid #ffffff;
    }

.StileMenu1:hover
{
    /*background-image:url(/images/menu/sfondo_categoria_livelli_hover.png);*/
    background-repeat:no-repeat;
    text-transform:uppercase;
    color:#333333;
    background-color:#2f97d2;
    text-decoration:none;
    }