.menu {
  font-family : Verdana, sans-serif;
  font-size : 11px;
  border-top : 0.09em solid #e8e8e8;
  border-bottom : 0.09em solid #bbb;
  padding : 0;
  margin : 0 0 0 0;
  height : 2.0em;
  background : #961021;color: #ffffff;font-weight: bold;}

.menu .stream { display : none; }

.menu li {
  display : inline;
}
.menu a {
  width : 12em;
  font-weight : normal;
  position : relative;
  margin-top : -0.09em;
  float : left;
  height : 2.5em;
  border : 0.09em solid #e8e8e8;
  border-bottom : 0.09em solid #bbb;
  border-right : 0.19em solid #bbb;
  padding : 0.3em 0.3em 0.3em 0.3em;
  background : #ddd ;
  text-decoration : none;background: #961021;}
.menu a { margin-bottom : -0.09em; }

.menu .active a {
  background-position : -400px 50%;
  border-left : none;
  border-right : none;
  border-bottom : none;
  padding-bottom : 0.54em;
}

.menu-ie5mac a { padding-bottom : 0.27em; }
.menu-ie5mac .active a { padding-bottom : 0.36em; }

.menu a:link,
.menu a:visited {
  color : #fff;
}
.menu a:hover,
.menu a:active {
background-position : -200px 50%;color: #ffffff;background-color: #4BA718;}

hr { clear : both; }