/* CSS Document */

#menu {
	width:190px;
	margin-top:0px;
	margin-bottom:50px;
	font-size:11px;
	float:left;
}

/*level 1: hoofdmenu*/
#menu ul a {
	display:block;
	font-weight:normal;
	margin:0;
	padding:6px 8px;
	color:#704e2c;
	text-decoration:none;
	background-image:url(../images/lijn_links.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#menu ul a.top { background-image:none; }
#menu ul a:hover, #menu ul a:active, #menu ul a#here:visited, #menu ul a#here:active { color:#891558; font-weight:bold; }

/*level 2*/
#menu ul ul a {
	display:block;
	font-weight:normal;
	margin:0;
	padding:6px 8px;
	color:#704e2c;
	text-decoration:none;
	background-image:none;
}

#menu ul ul a:hover, #menu ul ul a:active, #menu ul ul a#here:visited, #menu ul ul a#here:active 
{ color:#704e2c; font-weight:bold; }

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}
#menu li { list-style:none; }

#menu ul ul 
{ 
	margin:0px; 
	margin-left:8px; 
	background-image:url(../images/dot.gif);
	background-position:top left;
	background-repeat:no-repeat; 
}
#menu ul ul li { 
background-image:url(../images/dot.gif);
background-position:top left;
background-repeat:no-repeat; 
}

/*level 3: aan de rechterkant van het scherm*/
#menu_rechts {
	width:167px;
	font-size:11px;
}

#menu_rechts ul a {
	display:block;
	color:#704e2c;
	text-decoration:none;
	font-weight:normal;
	text-align:right;
	padding:6px 8px;
	background-image:url(../images/lijn_rechts.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#menu_rechts ul a.top { background-image:none; }
#menu_rechts ul a:hover, #menu_rechts ul a:active, #menu_rechts ul a#here:active, #menu_rechts ul a#here:visited 
{ color:#891558; font-weight:bold;}


#menu_rechts ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

#menu_rechts li{
list-style:none;
}
