#user_menu {
    float: right;
    text-align: right;
    margin: 0 -11px 0 0;
    padding: 10px 0 0 0;
    list-style: none;
    width: 100%;
}

#user_menu li {
    display: inline;
}

#user_menu .lang form {
    display: inline !important;
    margin: 0 !important;
    float: none !important;
}

#user_menu a {
    padding: 0 10px;
}

#user_menu span {
    background: url(/images/bullet_arrow_down.png) no-repeat center right;
    padding: 0 20px 0 10px;
    text-decoration: underline;
    color: #2691CF;
}

#user_menu .active {
    color: #000;
    background-color: #D9E2E0;
    text-decoration: none;
    border-bottom: 3px solid #D9E2E0;
}

#user_menu .login_form {
    background: #D9E2E0;
    padding: 10px 10px 20px 10px;
    margin: 0 0 0 210px;
    position: absolute;
    float: right;
}

#user_menu label b {
    position: absolute;
    font-weight: normal;
    margin-top: 22px;
    margin-left: 1px;
    color: #666;
}

#user_menu label b a {
    padding: 0px !important;
}

#user_menu button.link {
    border: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #2691CF;
    text-decoration: underline;
    background: none;
}

#user_menu button.link:hover {
    color: #000;
}

#user_menu button img {
    height: 11px !important;
}

.tb_login {
    width: 150px;
    color: #333;
}

#user_menu .login_form {
    display: none;
}
