.dropdown {
    position: relative;
}
.dropdown > .dropdown-header .header-caption span {
    display: none;
}
.dropdown > .dropdown-header {
    width: 40px;
    height: 20px;
    padding: 5px;
    display: block;
    position: relative;
    cursor: pointer;
    z-index: 11;
}
.header-caption {
    display: block;
    float: left;
}
.header-button {
    width: 0;
    height: 0;
    margin: 8px 0 0 5px;
    display: block;
    float: left;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #127797;
}
.dropdown > .dropdown-body {
    display: none;
    clear: both;
}

.dropdown.open > .dropdown-header {
    background: #fff;
}
.dropdown.open > .dropdown-body {
    margin-top: 0;
    display: inline-block;
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background: #fff;
    z-index: 10;
    padding-top: 32px;
    right: 0;
    top: 0;
}
.dropdown .body-item {
    padding: 2px 5px;
}
.dropdown .body-item:hover {
    background: #E8F0F8;
}
.dropdown .body-item a {
    text-decoration: none;
    color: #127797;
}

.dropdown.locales {
    margin-left: 227px;
}