#menu {
    height: 26px;
    background-color: #667073;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    clear: both;
}

#bar a {
    color: #f4f4f4;
    text-decoration: none;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: normal;
    border: 0;
    padding-left: 10px;
    padding-left: 10px;
    line-height: 26px;
}