#navigatie ul {
	margin: 0;
	padding: 0 0 20px 0;
  list-style: none ;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 25px;
	letter-spacing: 1px;
	}
#navigatie a {
	display: block;
	margin: 4px 0 4px 0;
  padding: 3px 0 0 0;
  border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	width: 155px;
	height: 15px;
	}
#navigatie a:link, #navigatie a:visited {
	background: url(img/menu_a.png) top left no-repeat;
	color: #202020;
	text-decoration: none;
	}
#navigatie a:hover, #active a {
	background: url(img/menu_hover.png) top left no-repeat;
	background-color: #e5edff;
	color: #1d89f0;
	font-weight: bold;
	border-top:1px dotted #9dcbf3;
	border-bottom:1px dotted #9dcbf3;
	text-decoration: none;
	}










