#switch-header {
        background: #515050;
        margin: 0;
        padding: 0;
        height: 36px;
        display: none;
        min-width: 999px;
}
#switch-header div.wrap {
        width: 989px;
        margin: 0 auto;
        padding: 0 3px;
}
#switch-header a,
#switch-header p {
        padding: 0;
        margin: 0;
        height: 36px;
        float: left;
        display: block;
        color: white;
        font: bold 14px/36px arial;
}
#switch-header p {
        cursor: default;
}
#switch-header a {
        float: right;
        color: #00a2ff;
        text-transform:uppercase;
        text-decoration: none;
}
#switch-header a img {
        margin-top: 12px;
}
#switch-header ins {
        display: block;
        background: #868585;
        width: 2px;
        height: 24px;
        margin: 6px;
        float: right;
}