#languageswitchercustom_curent_language {
    /*width: 140px;*/
    overflow: hidden;
    padding-right: 22px;
}

#languageswitchercustom_curent_language div {
    float: left;
    padding-right: 15px;
    background: transparent url(../images/dd-arrow.png) right 18px no-repeat;
    color: #666666;
    cursor: pointer;
}

#languageswitchercustom {
    width: 140px;
    position: absolute;
    display: none;
    background: #ffffff;

    z-index: 1000000;
}

#languageswitchercustom * {
    line-height: 13px;
}

#languageswitchercustom ul, #languageswitchercustom li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#languageswitchercustom li {
    padding: 8px 5px 5px 10px !important;
}
#block-wikinode-language-languageswitchercustom {
    position: relative;
    float: right;
}

#block-wikinode-language-languageswitchercustom a {
    color: #666666;
}

#block-wikinode-language-languageswitchercustom a.active {
    text-decoration: underline;
}


#wiki-toolbar div.section {
    overflow: visible !important;
}