Due to coding errors..

Find in your current template's stylesheet:
Code:
a:link, #navEZPagesTOC ul li a {
	color: #5502c2;
	text-decoration: none;
	}
 
a:visited {
	color: #5502c2;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navCatTabs ul li a:hover {
	color: ##5502c2;
	}

#navSupp ul li a:hover, #navMain ul li a:hover {
	color: ##5502c2;
}
	
a:active {
	color: ##5502c2;
	}
So to repair the damage, remove the extra "pound" characters noted in red and replace the missing semicolons noted in blue.