#wastl-topbar {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.67);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 16pt;
  height: 1.5em;
  white-space: nowrap;
  cursor: default;
  z-index: 100;
}
#wastl-topbar h1 {
  display: inline-block;
  margin: 2px 1em 2px .5em;
  font-size: 1em;
  font-weight: normal;
}
#wastl-topbar h1 a {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}
#wastl-topbar nav {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
#wastl-topbar nav.wastl-nav-global {
  position: absolute;
  top: 0;
  right: .5em;
}
#wastl-topbar nav.wastl-nav-global .wastl-more-button {
  font-weight: bold;
}
#wastl-topbar nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
#wastl-topbar nav li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  color: #cccccc;
}
#wastl-topbar nav li:hover {
  color: #ffffff;
  background: rgb(32,32,32);
  background: rgba(32,32,32,.5);
}
#wastl-topbar nav a {
  color: inherit;
  display: inline-block;
  font-size: 10pt;
  padding: 0 .5em;
  line-height: 2.9em;
  height: 100%;
  text-decoration: none;
  outline: none;
}
#wastl-topbar nav li ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: auto;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.85);
}
#wastl-topbar nav li:hover ul      { display: block; }
#wastl-topbar nav li       ul li   { display: block; }
#wastl-topbar nav li       ul li a { display: block; }

