
#ato-navbar {
  position: absolute;
  right: 5px;
  top: -2px;
}

.navbar {
  height:58px;
}

.ato-link {
  padding-right:12px;
  height:34px;
  color:white !important;
  font-size:14px;
  padding-top: 21px;
}

.nav-link:hover {
    color: #ccc !important
}

.lastHeaderLink {
  border: none;
  margin-right:10px;
}

#languageMenu {
  display: none;
}

#languageMenu, #myAccountMenu {
    margin-top:14px;
    height:34px;
    font-size:14px;
    border-bottom-right-radius:0px; 
    border-top-right-radius:0px;
    -webkit-box-shadow:none; 
    -moz-box-shadow:none; 
    box-shadow:none; 
    border:none; 
    outline:0;
    background-color:#1D538A;
    color:white;
}

#languageMenu:hover, #myAccountMenu:hover {
    color: #ccc;
}


