you also need to change the .AccordionFocused .AccordionPanelTab class in the spry_custom.css file, and the doHighlight script in the main.dwt.php template:
function doHighlighlight(div) {
div.setAttribute('style',"background-color:#3375A2; color: white; border-top:0px;");
div.style.cssText = "background-color:#3375A2; color: white; border-top:0px;";