* {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#menunavb {
  padding: 0;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left bottom;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 60px;
  margin-top: 130px;
  left: 0%;
  width: 100%;
}
#menunavb ul {
  margin: 0 0 0 0px;
  padding-top: 8pt;
  padding-right: 0;
  padding-bottom: 0;
  list-style-type: none;
  float: left;
  width: auto;
}
#menunavb ul li {
  margin: 0 0px 5pt;
  display: block;
  float: left;
}
#menunavb ul li a {
  border: 1pt solid white;
  padding: 0 15pt 0px 15px;
  display: block;
  float: left;
  text-decoration: none;
  margin-left: 5px;
}
#menunavb ul li a span {
  float: left;
}
#menunavb ul li a:hover {
  border: 1px solid #cccccc;
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: left bottom;
  color: white;
  background-color: black;
}
#menunavb ul li a:hover span {
  display: block;
  width: auto;
  cursor: pointer;
  color: white;
}
#menunavb ul li a.current, #menunav ul li a.current:hover {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;
  color: #ffffff;
}
#menunavb ul li a.current span {
  padding: 0 15px 0 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  display: block;
  width: auto;
  height: 38px;
}
