accordion when javascript disabled

accordion when javascript disabled

I use the jquery accordion to provide a mini-FAQ section on each HTML page of my web site.  I'm concerned to see that when javascript is disabled the tag assigned to be the accordion panel label (i.e. 'Section1' / 'Section2' / etc.) doesn't show up when javascript is disabled.  oddly enough, the text part of each accordion does appear.  I've tried my usual CSS tricks to get it to behave, but to no avail.

The net result is that when javascript is disabled, my mini-FAQ sections become a list of answers with no questions.

I admit I'm a jquery novice, and only an intermediate level CSS user.  Anybody else have the problem I cite above?  Any advice?