#langswitcher {
 color:#000;
 background-color:#fff;
 text-transform:lowercase;
 border-bottom:5px solid #ccc;
 padding-bottom:4px;
 font-size: 15px;
 display:inline;
 z-index:200;
 position:absolute;
 top:13px;
 right:120px;
}

#langswitcher a {
 text-decoration: none;
 background-color:#fff;
 color: #888;
 border: 0;
 font-size: 15px;
}

#langswitcher a:hover {
 background-color:#fff;
 padding-bottom:4px;
 border-bottom:5px solid red;
 color:#000;
 position:relative;
 z-index:200;
}
