TABLE.navigation 
{
  border: none;
  background: url("/images/logo-background.gif");
  padding: 0px;
  margin: 10px;
  border-collapse: separate;
  border-spacing: 0px 15px;
}

TABLE.navigation a
{ 
  color: white;
  font-weight: bold;
  text-decoration: none;
}

TABLE.navigation a:hover
{ 
  color: yellow;
  font-weight: bold;
  text-decoration: none;
}

TABLE.navigation td
{ 
  background-color: darkgreen;
  text-align: center;
  border-style: outset;
  border-width: 3px;
}


TABLE.navigation td.selected_menu_item
{ 
  border-style: inset;
  background-color: rgb(127,0,127);
}