when the user clicks on a menu tab i want it to remain selected with it a white button.
here is my attempt but its not working. if you click the home button it does
You haven't even set a class for 'selected' in your CSS.
Add this and it should work.
#navigation li .selected { [CSS to make white background here.] }