
Dit gedeelte komt in je stijlblad of in je stijl in de header te staan --> #navigatie  { color: #333; font-size: 14px; font-family: verdana, Helvetica, Arial, sans-serif; font-weight: bold; background-color: #9cc; margin-bottom: 1em; padding: 0; width: 12em; border-right: 1px solid #666 }
#navigatie ul  { line-height: 30px; list-style: none }

#navigatie ul li    { margin: 0 0 18px; border-top: 0 dotted; border-bottom: 2px dotted #000 }

#navigatie ul li a     { color: #000; font-size: 12px; font-family: Arial; font-weight: bolder; text-decoration: none; display: block; width: 100% }
html>body #navigatie ul li a {
 width: auto;
}

#navigatie ul li a:hover   { color: #e48a18 }
<!-- Dit komt in de body te staan en is de linklijst zelf -->

