.treemenu {
	margin : 0px 0px;
	padding : 0px 0px 0px 5px;
	list-style : none;	
	width : 150px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu a:link, .treemenu a:visited {
	display : block;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size:11px;
	color:#FFFFFF;
	line-height:22px;
}
.treemenu a:hover {
	display : block;
	padding:0px 0px 0px 0px;
	text-decoration : none;
	font-size:11px;
	color:#FFFFFF;
	line-height:22px;
}

.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;
}