/* menu information */
    #menu-information{
        background: url('/themes/custom/images/backgrounds/gradients/x-ffffff-f1f1f1-3x127.png') bottom left repeat-x #fff;
        padding-bottom: 15px;
    }
    #menu-information .col{
        height: 100%;
        padding: 0 10px;
        width: 225px;
    }
    #menu-information .col + .col{
        border-left: 1px solid #e5e5e5;
    }
    /* links */
    #menu-information ul.links > li{
/*        padding-top: 30px;*/
        padding: 30px 10px 0;
    }
    #menu-information ul.links > li + li{
        border-top: 1px solid #e5e5e5;
        margin-top: 30px;
    }
    /* contact card */
    #menu-information li.card .telephone{
        font-weight: bold;
    }
    /* links */
    #menu-information .badges{}
    #menu-information .badges li:first-child{
        margin-top: 30px;
    }
    #menu-information .badges li + li{
        margin-top: 10px;
    }
    #menu-information .badges li img{
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    
    
    