Menu direction problem

Hi, I’m using this beautiful menu (http://www.sohtanaka.com/web-design/examples/drop-down-menu/)for my site and it is working fine but with one little problem. I would like to move it on the right side and when I do that Home is shown first from the right then Tutorials and so on!?
How to move it on the right side but with the same order as it is right now?

Hope it is clear what is the problem, sorry for my English.

Thanks

Thank you man, good trick :wink:

If you try to float the <li>s to the right, then the first one in the list goes furthest to the right, and then they work backwards across the page.

You can solve this by keeping the <li>s floating to the left, and just moving the whole list as one block. Take the width of the <ul>, and float the <ul> to the right, and that should do the trick.