body,td {
	font-family: "Verdana";
	font-size: 12px;
}

body {
	background-color: #D5D5D5;
	background-image: url(../img/layout_links.gif);
	margin-top: 10px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
}

UL {
	cursor: hand;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

UL LI {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	margin-left: 3px;
	font-size: 11px;
	word-break : normal;
	word-spacing : normal;
	word-wrap : normal;
}

LI A {
	font-weight: normal;
	background-image: url(menustreep.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

LI A:hover {
	font-weight: normal;
}

LI A:active {
	font-weight: normal;
}

UL.uitgeklapt LI {
	display: block;
}

UL.uitgeklapt {
	display: block;
	padding-bottom: 10px;
}

.defaultStyles UL {
}

UL.ingeklapt LI {
	display: none;
}

a {
	background-image: url(menubol.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.menulink, a {
	color: #000000;
	text-decoration: none;
	padding-left: 10px;
}

.menulink_over, a:hover {
	color: #0000ff;
}

.menulink_click, a:active {
	color: #ff0000;
}

