A.menu-item {
  text-decoration: none;
/*  background: url(../graphics/underline.gif) repeat-x */
}

A.menu-item:hover {
  text-decoration: underline;
  background: none
}

