#eroc-topbar, #eroc-topbar ul, #eroc-topbar li, #eroc-topbar a, #eroc-topbar span {
    margin: 0;
    padding: 0;
}

#eroc-topbar {
    background: #22224D;
    font: 12px Tahoma, sans-serif;
}

#eroc-topbar  ul {
    line-height: 26px;
    list-style: none;
    margin: auto;
    overflow: hidden;
    width: 984px;
}

#eroc-topbar li {
    float: left;
    margin-right: 20px;
}

#eroc-topbar a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#eroc-topbar a span {
    text-decoration: underline;
}

#eroc-topbar a:hover {
    color: #0182D4;
}

#eroc-topbar img {
    position: relative;
    top: -2px;
    margin: 0;
    border: none;
    vertical-align: middle;
}