div#subNav { 
  background-color: #366;
  border-top: 2px solid #366;
  border-bottom: 2px solid #366;
  width: 100%; 
}
div#subNav ul {
  color: #fff;
  list-style-type: none;
  margin: 0em;
  padding: 0.2em;
  text-align: left;
  width: 100%;
}
div#subNav li {
  background-color: #366;
  display: inline;
  margin: 0em;
  padding: 0em 0.3em;
  text-align: center;
}

div#subNav a {
  color: #fff;
  padding: 0.2em;
  text-decoration: none;
}

div#subNav a:hover {
  background-color: #fff;
  color: #000;
}

div#subNav a.selected {
  background-color: #588;
  color: #fff;
}

div#subNav a.selected:hover {
  background-color: #fff;
  color: #000;
}