#header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: relative;
    padding: 5px 10px 5px 10px;
    height: auto;
}

#headerTip {

}

#nav {


}

#nav a {
    color: #000000;
    text-decoration: none;
}

#nav a.mySettingsLink {
    font-weight: bold;
}

#nav a:hover {
    text-decoration: underline !important;
}

#nav span.separator {
    margin: 0 8px;
}

#tray {
    overflow: hidden;
    font: bold 1em / 1em "tahoma", sans-serif;
    height: 50px;
    width: 100%;
}

#tray li {
    display: inline;
}

#tray li a {
    float: left;
    color: white;
    padding: 14px 10px 20px 5px;
}

#tray li a:hover {
    text-decoration: underline;
}

#tray li.trayActive a {
    background-color: #1763BB;
}

#TrayImage {
    width: 200px;
    height: 50px;
    float: left;
}

#TrayFantom {
    width: 100%;
    background-color: #221E1F;
    /*position: absolute;*/
    /*top: 23px;*/
    /*height: 53px;*/
    /*left: 0;*/
    z-index: -1000;
}