#top-nav {
  background: transparent;
  margin-top: 10px;
}
#top-nav ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
}
ul#primary {
  font-size: 1em;
  margin-top: 0.5em;
}
#primary li {
  float: left;
  margin-right: 3px;
  background: transparent;
}
#primary li:hover {
  background: transparent;
}
#primary a:link, 
#primary a:visited, 
#primary a:hover, 
#primary a:active {
  display: block;
  background: transparent;
  color: #fff;
  font-weight: bold;
  padding: 1px 6px;
  text-decoration: none;
}
ul#secondary {
  font-size: 0.84em;
  margin-bottom: 2em;
}
#secondary li {
  float: right;
  margin-right: 3px;
  background: transparent;
}
#secondary li:hover {
  background: transparent;
}
#secondary a:link, 
#secondary a:visited,
#secondary a:hover, 
#secondary a:active {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 1px 6px;
  text-decoration: none;
}