<style type="txt/css">

a.menu:visited {color: #000000;}
a.menu:active {color: #000000;}
a.menu:link {color: #000000;}
a.menu:hover {color: #ffffff;
background-color: #000000;
}


a:link { color: black; text-decoration: none; border: 0px none;   }
a:visited { color: #000000;  text-decoration: none;  }
a:focus { color: #000000;  text-decoration: none;  }
a:hover { color: #000000; background-color: #cccccc; border: 0px none;  }
a:active { color: #ffffff; background-color: #000000; text-decoration: none; } 

</style>