Hi, I got some minutes...
In order to get the sequence of the menu items the right way around, you can either add them in in reverse oreder, or you can float the li left. And if you want the whole menu pushed over to the right, you set a margin on the ul, as I have done in the attached file. If you want the menu centered, you set the margin to auto.
I also noticed that the div topnavbox was collapsed, and I think you wanted it to enclose the menu items and the wee images. You achieve that by giving the topnavbox a height with enough room for the menu items, as you'll se that I've done.
All the borders you see in the html file serve as an aide so that you can see where you are on the page and what you are doing. When done, you can remove them, but I left them in now so that you can see it.
Hope it helps.