td.pm_item a
 {
  text-decoration: none;
  border: none;
  padding: 0px;
}

td.pm_item a:link
{
  color: black;
  text-decoration: none;
}

td.pm_item a:visited
{
  color: #000;
}

td.pm_item a:link:hover,
td.pm_item a:visited:hover
{
  text-decoration: none;
}

td.pm_item a.current
{
  text-decoration: none;
  border: none;
  padding: 0px;
  text-decoration: none;
}

td.pm_item
{
  background-color: lightblue;
}

td.pm_item_focused
{
  background-color: deepskyblue;
  cursor: pointer;
}

table.pm_subMenu td
{
  font-family: verdana;
  font-size: small;
  text-decoration: none;
  width: 150px;
  }


