div#block-vlanguage-switcher-vlanguage-switcher {
    margin: 0 0 0 5px;
    height: 44px;
    width: 50px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content {
    position: relative;
}
    
div#block-vlanguage-switcher-vlanguage-switcher > div.content div.language_flag {
    height: 12px;
    width: 19px;    
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language {
    position: relative;
    top: 15px;
    padding: 0 6px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language > div.language_flag {
    float: left;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > div#current_language > a#vlanguage_switcher_expand_collapse {
    display: block;
    background-image: url('../imgs/dd_arrow.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 16px;
    float: right;
}

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

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 33px;
    border-left: solid 1px #C3C3C3;
    border-right: solid 1px #C3C3C3;
    border-bottom: solid 1px #C3C3C3;
    background: #ffffff;
    z-index: 1;
}

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

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select > li > a {
    background-repeat: no-repeat;
    background-position: 5px;
    display: block;
    height: 12px;
    width: 20px;    
    padding: 5px 15px 5px 5px;
}

div#block-vlanguage-switcher-vlanguage-switcher > div.content > ul.language_select > li > a:hover {
    background-color: #66CCFF;
}