#topnavbar {
  background-color: #5454B8;
  font: 12pt Arial, sans-serif;
}

#topnav, #topnav ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#topnav li {
  float: left;
  width: 60px;
  border-left: 1px solid black;
}

#topnav a {
  display: block;
  white-space: nowrap;
  color: white;
  padding: 2px 0px;
  text-align: center;
}

#topnav li ul {
  position: absolute;
  width: 139px;
  left: -999em;
  background-color: #9999ff;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#topnav li ul li {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 1px solid black;
  border-left: 0px;
  text-align: left;
}

#topnav li ul a {
  white-space: nowrap;
  color: white;
  padding: 2px 7px;
  text-align: left;
}

#topnav li ul a:hover {
  background-color: #ccccff;
  color: #5454B8;
}

#topnav li:hover ul, #topnav li.sfhover ul {
  left: auto;
}
