#header #menu {
  position: absolute;
  bottom: 0.2em;
  right: 0;
  font-size: 11pt;
  margin: 0;
}

#header #menu a:hover, #header #menu a:active {
  color: #383D44;
  border-bottom: 0;
}

#header #menu li {
  float: left;
  list-style-type: none;
  margin-left: 2em;
}

#header #menu li, #header #menu li a {
  font-weight: bold;
  color: #DDD;
  text-decoration: none;
  font-family: Arial;
  letter-spacing: 1px;
}

#header #menu li a.selected, #header #menu li a:hover, #header #menu li a:active {
  position: relative;
  color: white;
  padding-bottom: 1px;
  border-bottom: 1px solid #DBD5C5;
}
