div#languageWrapper, div#languageWrapper * {
    margin: 0;
    padding: 0;
}
ul#languageSwitch {
    float: right;
    padding:0 0 10px 0;
}
ul#languageSwitch li {
    display: inline;
    list-style: none outside none;
    margin-left: 10px;
    font: 12px Arial,Helvetica,sans-serif;
    color: #999999;

}
ul#languageSwitch a {
    color: #000000;
}

ul#languageSwitch a.current-language, ul#languageSwitch a.current-language:hover {
    font-weight: bold;
    text-decoration: none;
}

ul#languageSwitch a:hover {
    color: #000000;
    text-decoration: underline;
}