div#block-vlanguage-switcher-vlanguage-switcher {
    border-left: 1px solid #999999;
    /* height: 33px; */
    margin: 2px 0 3px;
    padding-left: 25px;
    color: #58595b;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language {
    line-height: 35px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language > a#vlanguage_switcher_expand_collapse {
    background-image: url('../imgs/expand-collapse.png');
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 7px;
    margin-left: 8px;
    margin-top: 13px;
    width: 11px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language > a#vlanguage_switcher_expand_collapse.expand {
    background-position: 0 -7px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language > a#vlanguage_switcher_expand_collapse.collapse {
    background-position: 0 0;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select {
    display: none;
    background: #ffffff;
    margin: 0 0 0 -25px;
    padding: 0 10px 0 25px;
    width: 41px;    
    position: relative;
    z-index: 1;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select > li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select > li > a {
    color: #58595b;
    text-decoration: none;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select > li > a:hover {
    text-decoration: underline;
}