ul.nav,ul.subnav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

ul.nav {
  width: 145px;
}

ul.subnav {
  position: absolute;
  top: 0;
  left: 145px;
  width: 300px;
  display: block;
}

li.nav {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
}

li.subnav {
  float: left;
  width: 145px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 0;
  padding: 0;
  color: #fff;
  background: #669;
}

li.nav a,li.nav a:link,li.nav a:active,li.nav a:visited,li.nav a:hover,li.subnav a,li.subnav a:link,li.subnav a:active,li.subnav a:visited,li.subnav a:hover,.navsep
  {
  display: block;
  width: 135px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
}

.navsep {
  background: #fff;
  margin-bottom: 0;
}

li.nav a:hover {
  color: #fff;
  background: #669;
}

li.nav a.navimportant,li.nav a.navimportant:link,li.nav a.navimportant:active,li.nav a.navimportant:visited {
  color: #669;
  font-weight: bold;
}

li.nav a.navimportant:hover {
  color: #fff;
  background: #669;
  font-weight: bold;
}

li.subnav a,li.subnav a:link,li.subnav a:active,li.subnav a:visited,li.subnav a:hover {
  width: 135px;
  color: #fff;
  background: #669;
  margin: 0;
  padding: 5px;
}

li.subnav a:hover {
  font-weight: bold;
}

ul.subnav li {
  display: block;
}

.navbar {
  text-align: right;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
}