/*** Aan te passen ***/
a#button {
	cursor: pointer;
	text-decoration: underline;
}

a#button:hover {
	text-decoration: none;
}

div#toggleList {
	font-size: 10px;
	color: #fff;
	background: #00659C;
	font-weight: normal;
}

div#toggleList li.linkslistitem a {
	color: #fff;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

/*** Standaard ***/

div#toggleList {
	width: 100%;
	display: block;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

ul#sitemaplist a {
	color: #00659C;
	text-decoration: underline;
}

ul#sitemaplist a:hover {
	text-decoration: none;
}