Basically if you look at my example, you will see you click on a link, which initiates the toggle, and you can then click another link and it'll toggle the next panel in.
My problem is, on the real thing, im planning to use a sprite for an icon, and in order to minus the background position to the right position i need an 'active' class applied to the link with the toggle activated. I believe i'm looking at it all wrong in my example as i'm just applying a class to the clicked link. I'm not sure how to apply it in the way i wish, or if indeed it's possible.
My code is: