.treemenu {
	margin : 0px 0px;
	padding : 2px;
	list-style : none;	
	background-color : ##f2f2f2;
	border : 0px solid #000;
	width : 156px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 5px;
	padding : 0px 5px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 11px;
	text-decoration : none;
        	color: #0000AA;
            font-size: 90%;
}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left top;
           	color: #000000;
            font-size: 95%;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left top;
           	color: #0000FF;



}