You want Visited Links to disappear into the background? Why?
Subdue them with grays. I like to see the visited links.
/catalog/includes/templates/your_template/css/stylesheet.css
#siteMapList a:visited
{
width: 90%;
float: right;
color: #CCC
}
This produces a crazy list. I would just control the links on the site with the same stylesheet so you have a continuous them going throughout your site.



