.sponsorheader {
  color: black; background-color: gold; margin: 0px; font-size:14px; font-weight:bold;
  width:auto;
}

.menuheader { 
  width:auto; background-color:#003366; padding-left: 2px;
  color:#F4F938; font-weight: bold; font-Family; Verdana, sans-serif;
  font-size: 11px; line-height: 14px; }

.menuitem {
  display: block; width:auto; padding-left: 2px;
  border: 2px outset #F4F938;
  color:#F4F938; text-decoration: none; text-align:center;
  font-size: 11px; line-height: 15px;  background-color:#008ABC;
  font-family; Verdana, Arial, sans-serif; font-weight: bold;
  }
.menuitem:hover {
  border: 2px inset;
  color:#003366;  background-color:#F4F938; font-weight: bold;
  text-decoration: none;}