open includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
find the following section and make whatever changes you require.
Code:
#footer ul {margin:0;padding:0;list-style: none;}
#footer li a:link {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:visited {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}
#footer li a:hover {color:#f27a00;background:none;text-decoration: underline;}
#footer li a:active {color: #444;font-size:11px;margin:0;padding-left:1em;padding-bottom:.3em;line-height:14px;display:block;}