#treemenu {
	/*margin : 0px 10px; 
	padding : 10px;*/
	list-style : none;	
	/*background-color : #EEE;
	border : 1px solid #000;*/
/*	width : 150px; */
	text-align: left;
}

#treemenu UL {
	list-style : none;
	margin-left: 5px;
	padding : 0px 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: auto;	
	width: auto;
}

#treemenu LI {
	display : inline;
}

#treemenu A {
	display : block;
	padding-left : 12px;
	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;
}

#treemenu LI A {
	font-size:12px;
	font-weight:bold;
}

#treemenu LI UL A {
	font-size:12px;
	font-weight:normal;
}

#treemenu LI UL LI UL A {
	font-size:10px;
	font-weight:bold;
}
#treemenu LI UL LI UL LI UL A {
	font-size:10px;
	font-weight:normal;
}