#languages-block-top a {
    color:white;
    text-decoration: none;
    font-family: Asap;
}

#languages-block-top li.selected {
   font-weight: bold;
}

#languages-block-top li {
    line-height: 15px;
    font-size: 13px;
    color:white;
    float: left;
    border-right: 1px solid white;
    padding-left:10px;
    padding-right: 10px;
}

#languages-block-top li:last-child {
    border:0;
}

#languages-block-top a:hover {
    color:white;
    font-weight: bold;
    text-decoration: none;
}