.toggleList-h {
	padding-top: 5px;
}

div#e-content {
	margin: 0 auto;
	width: 996px;
}

div.e-menu {
	background-color:#D9D9D9;
}


/*** Aan te passen ***/
div#toggleList {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
}

li.linkslistitem a {
	color:#676767;
	text-decoration: none;
}

li.linkslistitem a:hover {
	color:#676767;
	text-decoration: underline;
}

a.toggleButton {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a.toggleButton:hover {
	color: #000;
	text-decoration: none;
}

/*** Standaard ***/
div.toggle {
	width: 100%;
	clear: both;
	display: block;
	font-weight: normal;
}

div.toggle ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div.toggle ul li {
	width: 32%;
	float: left;
}

div.toggle br.clear {
	border: none;
	height: 0px;
	clear: both;
}

