Accordion

Accordion


Hi.
I am having problems getting the accordion plugin to work.
Here is an example of what i have tried...
http://synthsoundz.com/devonwebsitedesign/
So...
I have created a nested list giving the ul an id of acc1.
I have imported all of the approriate jquery files etc.
I have initialized the plugin. ie.
<script type="text/javascript">
jQuery('#acc1').accordion();
</script>
Do i have to change the style sheet in anyway?
Im really stuck and would really appreciate some advise.
Thanks.