.uc-desktop-menu .t466__container .t466__menu a{
        /*color:#1a3f62!important;*/
    }
    
    .uc-desktop-menu .t466__container .t466__menu:hover{
        /*background: #ebebeb;*/
    }
    .uc-desktop-menu .t466__container {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        list-style: none;
    }
    
    .uc-desktop-menu .t466__container .t466__menu {
        flex: 1 1 auto;
        border-left: 1px solid #fff;
        position: relative;
        text-align: center;
        line-height: 30px;
    }
    
    .uc-desktop-menu .t466__container .t466__menu + .uc-desktop-menu .t466__container .t466__menu {
        border-left: solid 1px white;
    }

    /** Optional for OPs exact layout */
    
    .uc-desktop-menu .t466__container .t466__menu:nth-child(2) {
        border: none;
    }
    
    .uc-desktop-menu .t466__container .t466__menu:last-child {
    }
