I'm using sprites for my navigation for this particular project. The sprites are working fine, and the original list items are floated left so that they stay in order. However, I'm trying to line it up with the right side of the page, not the left. I've tried to float the unordered list container to the right, the nav container and then a div outside of that and all of them break the sprite. Does anyone know why?
http://lrroberts0122.github.com/DWS/lab4/index.html
http://lrroberts0122.github.com/DWS/lab4/css/main.css
Thank you very much for your help.