.navbar {
  background: #004679;
}
.navbar_title {
  padding: 0 0 0 10px;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFDD99;
}
.navbar_pages {
  height: 24px;
  padding: 0 0 0 10px;
}
.navbar_sub_pages {
  height: 16px;
  padding: 0 0 0 17px;
}
.navbar_divider {
  height: 1px;
  background: #006699;
}
.page_off {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
}
.page_on {
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFDD99;
}
.navbar_pages a:hover {
  color: #FFDD99;
}
.navbar_sub_pages a:hover {
  color: #FFDD99;
}
.bullet {
  font-size: 9px;
  position: relative;
  top: -1px;
  left: 0;
}
#navbar-background-selected {
  background: #002953;
}

