/* CSS Document */
.menuContent {
	font-size:12px;
	width: 170px;	
}
a.menu {
	color: #B1A9A2;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}
a.menu:hover {
	font-weight: bold;
	color: #ffffff; 
}

.leftMenuLinkText {
/* kleur menu tekst second level*/
	color: #B1A9A2; 
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.leftMenuLinkText:hover {
/* kleur menu tekst second level*/
	color: #ffffff; 
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.leftMenuLinkTextSelected {
	color: #C29DA4; 
	font-size: x-small;
	text-decoration: none;
	font-weight: bold;
}
.leftMenuLinkTextSelected:hover {
	font-weight: bold;
	color: #ffffff; 
}

.menuTD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
	padding-left:6px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;

}
.menuTDLevel1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B1A9A2;
	padding-left:6px;
	font-weight: bold;
	/* kleur menu onderdelen */
	background-color: #5A2531;
	margin-top: 5px;
	margin-bottom: 5px;
}
.menuTDLevel2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B1A9A2;
	padding-left:6px;
	font-weight: bold;
	/* kleur menu onderdelen second level*/
	background-color: #884E57;
}
.menuTDLevel3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B1A9A2;
	padding-left:6px;
	font-weight: bold;
	background-color: #884E57;
}

.menuTDLevel4 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #B1A9A2;
	padding-left:6px;
	font-weight: bold;
	background-color: #884E57;
}

