#top-nav a.listen-live {
  height: 23px;
  display: block;
  float: right;
  padding: 9px 15px 0;
  color: #000;
  text-decoration: none;
  border: none;
  border-left: 1px solid #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  background: url('/themes/radio531pi/images/top-nav-listen-live-bg.png');
}

#top-nav a.listen-live:hover {
  text-decoration: underline;
}

#top-nav > ul {
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  margin-bottom: 0;*/
}

#top-nav ul li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  background: none;
  float: left;
  list-style: none;
}

#top-nav ul li a {
  height: 23px;
  display: block;
  padding: 9px 10px 0;
  color: #fff;
  text-decoration: none;
  border: none;
  border-right: 1px solid #999;
  font-size: 14px;
  text-transform: uppercase;
}

#top-nav ul li a:hover {
  text-decoration: underline;
}

#top-nav ul li ul li {
  background: url('/themes/radio531pi/images/top-nav-bg.png') repeat-x;
}

#top-nav ul li ul li a {
  border: none;
}

.sf-menu {
  margin-bottom: 0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.4em; /* match top ul list item height */
  z-index: 99;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: #00237d;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  background: none;
}

#top-nav .sf-menu li:hover ul,
#top-nav .sf-menu li.sfHover ul {

}
