.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
FONT-FAMILY: arial,helvetica,sans-serif; 
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #CFB5A6 url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 16px;
FONT-WEIGHT: bold; 
FONT-SIZE: 12px;
COLOR: #000000; 
FONT-FAMILY: arial,helvetica,sans-serif; 
TEXT-DECORATION: none;
}

li.hoofdmenu
{
font-size: 12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #CFB5A6 url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
font-size: 10px;
FONT-WEIGHT: bold; 
FONT-FAMILY: arial,helvetica,sans-serif; 
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
FONT-WEIGHT: normal; 
FONT-FAMILY: arial,helvetica,sans-serif;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
FONT-WEIGHT: normal; 
FONT-FAMILY: arial,helvetica,sans-serif; 
}

A:hover {
		FONT-WEIGHT: bold;  
		COLOR: #FFEACA; 
		FONT-FAMILY: arial,helvetica,sans-serif; 
		TEXT-DECORATION: none;
}

.treeview A {
		FONT-WEIGHT: bold; 
		COLOR: #000000; 
		FONT-FAMILY: arial,helvetica,sans-serif; 
		TEXT-DECORATION: none;
}

.tv :hover {
		FONT-WEIGHT: bold; 
		FONT-SIZE: 10px; 
		COLOR: #FFEACA; 
		FONT-FAMILY: arial,helvetica,sans-serif; 
		TEXT-DECORATION: none;
}

ul.treeview li ul.tv
{
		FONT-WEIGHT: bold; 
		FONT-SIZE: 10px; 
		COLOR: #FFEACA; 
		FONT-FAMILY: arial,helvetica,sans-serif; 
		TEXT-DECORATION: none;
}

body {
		margin-left:0px;
		margin-top:0px;
		scrollbar-arrow-color: #000000;
		scrollbar-track-color: cfb5a6;
		scrollbar-face-color: cfb5a6;
		scrollbar-highlight-color: cfb5a6;
		scrollbar-3dlight-color: dadada;
		scrollbar-darkshadow-color: ;
		scrollbar-shadow-color: dadada;
}