﻿#langlinks {
    float: left;
    width: 110px;
}

a.targetlang {
    display: none;
    background-color: #999;
    padding: 5px;
    width: 100px;
    font-size: 12px !important;
    font-weight: normal !important;
}

    a.targetlang:hover {
        background-color: #000;
    }

#langswitcher {
    position: absolute;
    top: 34px;
    z-index: 99998;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 11px;
}

    #langswitcher:hover a {
        display: block;
        position: relative;
        z-index: 100002;
        float: right;
        width: 100px;
        clear: both;
        color: #fff;
        text-decoration: none;
    }

a#currlanglink {
    display: block;
    float: right;
    width: 100px;
    padding: 9px 5px 6px 5px;
    font-size: 12px !important;
    background: #999 url('//az596610.vo.msecnd.net/arrow-down-black.png') right -3px no-repeat;
    color: #fff;
    font-weight: normal !important;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
