* {
  margin:0;
  padding: 0;
}

#navigatie {
	text-align:left;
	width: 233px;
	/*background: green;
	background: transparent url(../images/navigatie.gif) no-repeat top center;*/
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top:20px;	
	margin-bottom: 10px;
	padding-top:10px;
	padding: 0;
	list-style:none;
	
}
#navigatie a{
   color: #ffffff;
   text-decoration: none;
   display:block;
   padding-left:15px;
   padding-bottom:3px;
   line-height:1.6em;
}
#navigatie a:hover{
   color: #000000;
   background: #d8b64d;
}

