﻿/* menu sito mobile */
ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width:95%;
}

ul#menu .DEFINIZIONE_LI {
    display: block;
    width: 120px;
    margin: 10px;
    float: left;
}

ul#menu .DEFINIZIONE_LI .DEFINIZIONE_COLLEGAMENTI_MENU {
    color:black;
    display: block;
    text-decoration: none;
    width: 120px;
    text-align: center;
}
