#nav-wsbs {
    height: 80px;
    background-color: #0055AA;
}
.menu {
    position: absolute;
    top: 0;
    left: 0;
    color: black;
    width: 100%;
}
.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.menu>ul>li {
    float: right;
    padding: 0;
    margin: 0;
}
.menu>ul>li a {
    text-decoration: none;
    padding: 1.8em 1em;
    display: block;
    color: #fff;
    width: 64px;
    display: block;
    box-sizing: content-box;
    text-align: center;
    font-size: 16px;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    background: #F5533D;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}