#top-bar #top-menu {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 110%;
  background-color: #deaa87;
}

#top-bar #top-menu ul {
  display: flex;
  height: 100%;
  margin: 0;
}

#top-bar #top-menu li {
  display: block;
  height: 100%;
  padding: 0 5px;
  list-style: none;
}

#top-bar #top-menu li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 55px;
  padding: 3px 10px;
  color: #803300;
}

#top-bar #top-menu li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0;
  color: #ffffff;
}

#top-bar #top-menu li:hover {
  background-color: #803300;
}

#top-bar #top-menu li.homeButton {
  background-color: #5aa02c;
}

#top-bar #top-menu li.homeButton img {
  display: block;
  height: 80%;
  margin: 0 5px 0 0;
}

#top-bar #top-menu li.homeButton a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
}

#top-bar #top-menu li.homeButton:hover {
  background-color: #f4e3d7;
}

#top-bar #top-menu li.homeButton:hover a {
  color: #803300;
  border: 0;
  padding-bottom: 3px;
}

#top-bar #top-menu li.active {
  background-color: #c87137;      
}

#top-bar #top-menu li.active a {
  border-bottom: 3px solid #ffffff;
  padding-bottom: 0;
  color: #ffffff;   
}
