#addressbar {
    width: 90%;
    /* IE hack, ugh */
    /* _width: expression(document.body.clientWidth < 800 ? "770px" : "90%" );
    it crashes on new IEs
    */
    min-width: 770px;
    border-right: 1px solid #000000;
    background-color: #003a68;
    margin: 0px auto;
    margin-bottom: 1em;
    height: 22px;
    text-align: center;
    color: #ffffff;
}

