/*** Aan te passen ***/
#button {
	cursor: pointer;
}

div#toggleList {
	font-size: 11px;
	background: none;
	font-weight: normal;
	font-family:verdana;
}

div#toggleList li.linkslistitem a {
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	text-decoration: underline;
}

ul#sitemaplist li.linkslistitem {
	list-style-type: none;
}

/*** 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;
}

