Styling the links (1)

remove the list bullets

move the items to the left, to where the bullet was

 ul.navbar {
   list-style-type: none;
   padding: 0;
   margin: 0;
   position: absolute;
   top: 2em;
   left: 1em;
   width: 9em }

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