/* MENU CATEGORIE */
.menu {
    text-align: left;
/*    border: 0px;*/
/*    float: left;*/
    width: 200px;
    height: 100%;
/*    margin: 0px;
/*    padding: 5px 0;*/
    list-style: none;
/*    position: relative;*/
    float: left;
    display: inline;
/*    padding-left: 2px;
    padding-right: 2px;
    max-width: 235px;*/
    border-left: 0px solid;
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
/*    border-style: solid;*/
    background-color: #E8E7E8;
/*    background-color: #F5F4F4;*/
}

.menu_header {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 4px 0px 4px 4px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #979797;
/*    background-color: #7FA722;*/
    background-color: #F5F4F4;
    background-image: url('/static/images/menu/top_menu_sx_tile.jpg');
    repeat-y: repeat;
    color: #FFFFFF;
    font-style: italic;
    font-size: 14;
    cursor: pointer;
}

.menu_body {
    font-weight: bold;
    font-size: 13px;
/*    padding-top: 6px;
    padding-bottom: 10px;
/*    border-style: solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px;
    border-bottom: 1px;*/
/*    background-color: #E8E7E8;*/
    background-color: #F5F4F4;
    display: none;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }


.menu_li {
    background: transparent url('/static/images/menu/menu_grigio.gif') no-repeat scroll 0% 0%;
    height: 32px;
}
        
.menu li a {
      height: 32px;
      /*voice-family: "\"}\""; 
      voice-family: inherit;*/
      height: 24px;
    text-decoration: none;
}
    
.menu li a:link, .menu li a:visited {
    color: #0606ee;
    display: block;
    padding: 8px 0 0 23px;    
    font-style:italic;
    font-size:12px;
}

.menu_current {
    background: transparent url('/static/images/menu/menu_verde.gif') no-repeat 0 0;
}

.menu li a:hover, .menu li a:active {
    color: black;
    background: transparent url('/static/images/menu/menu_verde.gif') no-repeat 0 0;
    height: 32px;
}

