I have an accordion with a custom stylesheet from themeroller. the problem is that when I collapse one of the parts of the accordion it changes the collapsed header to black instead of going back to the original red color. I have looked through css and my only thought is this a is a javascript issue bc my hover color is black and for some reason it is staying that color when collapsed.
here is a link http://filtersavvy.com/index.php?main_page=index&cPath=351_448&sort=20a
Look for this CSS rule
The issue is caused by the class
.ui-state-focuswhich displays the black background for the clicked menu item while it has focus. Remove the class from that rule or redefine it like this: