How to style one item from main navigation?

You can easily make the text of the last item right position with:

ul#nav li:last-child span {
   text-align: right;
}