a.menu_item_even, a.menu_item_odd
{
  color: #000000;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0.25em;
  text-align: center;  
}
a.menu_item_even
{
  background: #e0e0e0;
}

a.menu_item_odd
{
  background: #c0c0c0;
}

a.menu_item_even:hover, a.menu_item_odd:hover
{
  background: #808080;
  color: #ffffc0;
}

p.menu_group_header
{
  background: #000000;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}

p.menu_group
{
  border: 1px solid #000000;
  margin-bottom: 0.25em;
  margin-top: 0;
}
