/* CSS Document */
#topmenu {
  font-family: "Trebuchet MS", 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size: 14px;
  margin: 24px 0 0 0;
  padding: 0;
  width: 100%;
}

#topmenu ul {
  list-style: none;
  text-align: right;
}

#topmenu ul li {
  display: inline;
  margin-left: 16px;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
  color: #a55508;
  text-decoration: none;
}

#topmenu a:hover {
  color: #c20a16;
  border-bottom: 1px #c20a16 dotted;
}
