.hamo-menus 
{
    position: relative;
    height: 29px;
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    overflow: hidden;
    border-radius:5px;
}
    .hamo-menus a
    {
        color:Black;
    }
        .hamo-menus li 
        {
            float: right;
            list-style: none;
        }
            .hamo-menus li.back 
            {
                border-radius:5px;
                border: 1px solid white;
                background-color: #063153;
                width: 9px;
                height: 30px;
                z-index: 8;
                position: absolute;
            }
            .hamo-menus li a 
            {
                font: bold 12px tahoma;
                text-decoration: none;
                color: White;
                outline: none;
                text-align: center;
                top: 7px;
                text-transform: uppercase;
                letter-spacing: 0;
                z-index: 10;
                display: block;
                float: left;
                height: 30px;
                position: relative;
                overflow: hidden;
                margin: auto 10px;
            }
                .hamo-menus li a:visited 
                {
                    border: none;
                }
                .hamo-menus li a:active , .hamo-menus li a:hover
                {
                    color:White;
                }