Hi Michael
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)...
Edit to taste...
#footermenu ul li a {
color: #555;
}
#footermenu ul li a:hover {
color: #000;
}
Ciarán