#menu {
  font-family: Verdana, geneva, helvetica, arial;
  font-size: 9px;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  float: left;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
  float: left;
  width: 80px;
  text-align: center;
  height: 14px;
  margin-right: 4px;
}

ul#menu li a {
  background: #fff;
  color: black;	
  height: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

ul#menu li a:hover {
  background: #c1001e;
  color: white;
}

ul#menu li ul li {
  float: none;
  height: 14px;
  margin: 0;
}


ul#menu li ul li a {
  background: white;
  color: #000;
  text-transform: uppercase;
}

ul#menu li ul li a:hover {
  background: #c1001e;
  color: white;
}
