Styling the links (2)

Modify the LI within the Navigation Bar

Modify Link pseudo class

ul.navbar li {
background: white;
margin: 0.5em 0;
padding: 0.3em;
border-right: 1em solid black }
ul.navbar a {
text-decoration: none }
a:link {
color: blue }
a:visited {
color: purple }

Source : http://www.w3.org/Style/Examples/011/firstcss