#navbar-container {
  display: block;
  background: url("/site_media/graphics/site_assets/nav/endBar.jpg") top left repeat-x;
  height: 30px;
}

#navbar {
  margin: 0;
  padding: 0;
  height: 30px;
  list-style: none;
  display: inline;
  overflow: hidden;
}

#navbar li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  border-right: 1px solid white;
  float: left;
  height: 30px;
}

#navbar a {
  float: left;
  display: block;
  padding: 7px 10px 0px;
  overflow: hidden;
  height: 23px; /* for IE5/Win only */
  vertical-align: middle;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

#navbar a:hover, #navbar a.selected {
  color: white;
  text-decoration: none;
  background-image: url("/site_media/graphics/site_assets/nav/hoverbg.png");
  background-position: left top;
  background-repeat: repeat-x;
}

#navbar a span {
  font-size: 15px;
}

#headerbar-container {
  display: block;
  height: 29px;
  background: #868686 url("/site_media/graphics/site_assets/nav/hp-top-menu-grad.jpg") top left repeat-x;
}

#headerbar-container .button {
  height: 29px;
  display: block;
  float: left;
  background: url("/site_media/graphics/site_assets/nav/spacer-top-menu.png") top right no-repeat;
}


#headerbar-container a, #headerbar-container a:hover  {
  color: #ffffff;
  text-decoration: none;
  display:block;
  float: left;
  height: 19px;
  padding: 5px 10px 5px;
  font-size: 14px;
}

.button a:hover {
  background: #868686 url("/site_media/graphics/site_assets/nav/hp-top-menu-grad-active.jpg") top left repeat-x;
}

#headerbar-container .message-count {
  font-size: 11px;
}

