#chaosradio_banner {
  font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
  background: url(chaosradio_banner_background.png) repeat-x;
  height: 38px;
  min-width: 850px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100
}

#chaosradio_banner img {
  float: left
}
#chaosradio_banner ul {
  font-size: 12px;
  float: right;
  margin-top: 0;
  margin-bottom: 0;
  width: 500px
}
#chaosradio_banner ul li {
  list-style-type: none;
  float: right
}
#chaosradio_banner ul li a {
  display: block;
  padding: 7px 20px;
  border-left: 1px solid #adadad;
  text-decoration: none;
  text-transform: uppercase;
  height: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center
}
#chaosradio_banner ul li a:hover {
  color: #3684dc
}
#chaosradio_banner ul li.active a {
  color: #000;
  background-color: #3684dc
}
