body 
{
background: #000000 url('http://www.jvstackle.com/css/bg_gouden_lijn.jpg') style: background-attachment: fixed;
scrollbar-arrow-color: #004e90;
scrollbar-highlight-color: #9C864A;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-3dlight-color: #000000;
scrollbar-face-color: #000000;
scrollbar-WIDTH: 25;
font-family: arial;
font-size: 8pt
}

a:link {color: #9C864A; text-decoration: none}
a:visited {color: #9C864A; text-decoration: none}
a:hover {color: #9C864A; text-decoration: underline}
a:active {color: #9C864A; text-decoration: none}

a.item:link {color: #9C864A; text-decoration: none}
a.item:visited {color: #9C864A; text-decoration: none}
a.item:hover {color: #9C864A; text-decoration: underline}
a.item:active {color: #004E90; text-decoration: none}



.treemenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	background-color :transparent;
	border : 0px solid #000;
	width : 100%;
}

.treemenu UL {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 10px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('min2.jpg');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('plus.jpg');
	background-repeat : no-repeat;
	background-position : left;
}