body {
     background-image: url("8Bg12_08.gif");
     background-color: #cccccc;
} 
 
.treemenu {
	margin : 0px 20px;
	padding : 20px;
	list-style : none;	
	background-color : #CCCCCC;
	border : 1px solid #CCCCCC;
	width : 1000px;
}

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

.treemenu LI {
	display : inline;
}

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

}

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

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