.treemenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	border : 0px;
	width : 140;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #009fc2;
	text-align:left;

}

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

.treemenu LI {
	display:inline;
	color:#000000;

}

.treemenu A {
	display:block;
	padding-left:17px;
	text-decoration:none;
	font-size: 11px;
	text-align:left;
	color:#555555;

}

.treemenu .treeopen {
	background:url(open.gif);
	background-repeat : no-repeat;
	background-position : 0px;
	color: #009fc2;
	text-align:left;
}		

.treemenu .treeclosed {
	background:url(closed.gif);
	background-repeat : no-repeat;
	background-position : left;
	color: #FFFFFF;
	font-size: 11px;
	text-align:left;

}
