I've set up my top navigation as a with the display property set to inline. I've also set the 'border-right:1px solid #fff' so that the border of each serves as a separator. The problem (as you may have already guessed) is that the last has a right border and it should not (nothing to separate!).
Normally I would set a class of .last and remove the border, but I cannot seem to access the HTML as it is buried in the smarty tags. Is there any way to remove the border without adjusting the .php files? Or does anyone have another suggestion for '1px solid white' separators in my

