CSS Navbars

Note: Be sure to put your !DOCTYPE, because if you don't, floating items can produce crazy results.

Because we set the 'a' tag to block, the whole link area is now clickable, not just the text.

Note: overflow:hidden is added to the ul element to prevent li elements from going outside of the list.