#nav, #subnav ul {
  list-style: none;
  padding: 7px 0;
  margin: 0;
  overflow: hidden;
  height: 16px;
  color: white;
}

#nav {
  background-color: #51277d;
}

#nav li { float: left; }

#nav ul {
  display: none;
}

#nav a, #subnav a {
  display: block;
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 10px;
  border-right: 1px solid white;
  color: white;
  font-weight: bold;
}

#subnav {
  top: 223px;
  position: absolute;
  right: 24px;
}

#subnav li { float: left; }

#subnav a {
  color: #ffff66;
  border-right: 1px solid #ffff66;
}

#header a.last { border: none; }

#leftnav span { font-weight: bold; }

#leftnav ul span, #leftnav a span { font-weight: normal; }