In my case it wasn't working with
.
I suspected it was possibly because of a CSS reset file I was using.
I set the ul { display:list-item; }
as suggested above, and it just worked fine.
Check if you are using any reset files. They could be tricky at times.