a.menu_normal,
a.menu_normal:link,
a.menu_normal:active,
a.menu_normal:visited {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  font-family: Tahoma,Arial,"Verdana",Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #4f6c76;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
}
a.menu_active,
a.menu_active:link,
a.menu_active:active,
a.menu_active:visited,
a.menu_normal:hover {
  display: block;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  font-family: Tahoma,Arial,"Verdana",Helvetica,sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #638c99;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  outline: none;
  background: url(images/bg_menu_active.gif) repeat-x left top;
}