Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
Does it look like a staircase? The menu, that is.
Like this:
link
link
link
instead of this: link | link | link
You'll probably just need to set the LI width to auto to make them play nice. So,
#nav li {
width:auto;
...
should work.
1 to 11 of 11