I'm having a bit of trouble with the navigation order. After moving the navigation to the right:
ul.navigation {
margin-left: 0;
margin-bottom: 0;
margin-right: 0;
margin-top: 15px;
list-style-type: none;
float: right;
width: 100%;
line-height:1em;
}
After doing so, the order of the menu was reversed. I've tried playing with the order in the page attributes, but it doesn't seem to have any effect.
Any ideas?