.topnav-bg {
    background: url('../images/navbarbg.gif') repeat-x top left;
    height: 52px;
    padding: 0;
}

.topnav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 52px;
}

.topnav li {
    margin: 0 1px;
    padding: 0;
    background: none;
    list-style: none;
}

.topnav a {
    display: inline-block;
    padding: 0 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to bottom, #8597b0 0%, #5d769a 100%);
    border: 1px solid #3f5278;
    border-radius: 2px;
    text-decoration: none;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.topnav a:hover,
.topnav a:active {
    background: linear-gradient(to bottom, #9aacc4 0%, #708cb0 100%);
    color: #ffffff;
    text-decoration: none;
}
