.a-menu-link {
    color:white;
    font-family:'Open Sans';
    font-weight:medium;
    text-decoration:none;
    
}

.a-menu-link:hover {
    border-bottom:1px dotted white;
}

.a-menu-current {
    color:white;
    font-family:'Open Sans';
    border-bottom:1px dotted white;
       text-decoration:none;
}

.a-menu-current:hover {
    border-bottom:none;
}

.a-language-link {
   color:white;
    font-family:'Open Sans';
      font-style:italic;
    text-decoration:none;
}

.a-language-link:hover {
    border-bottom:1px solid white;
}

.a-language-current {
   color:white;
    font-family:'Open Sans';
    font-style:italic;
    text-decoration:none;
    border-bottom:1px dotted white;
}

.a-language-current:hover {
    border-bottom:none;
}