.treemenu {
	font-family : Verdana;
	font-size : 10px;
	text-decoration : none;
	list-style-type : none;
	padding : 0px;
	margin : 0px
}

.treemenu UL {	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
	list-style-type : none;
	padding : 0px;
	margin : 0px}

.treemenu LI {	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	white-space : normal}

.treemenu .treeopen {
	background-image : url( 'open.gif' );
	background-repeat : no-repeat;
	background-position : left;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
	list-style-type : none;
	padding : 0px;
	margin : 0px
}		

.treemenu .treeclosed {
	background-image : url( 'closed.gif' );
	background-repeat : no-repeat;
	background-position : left;
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
	list-style-type : none;
	padding : 0px;
	margin : 0px
}

.actionanchor {
	text-decoration : none;
	font-family : Verdana;
	font-size : 10px;
	list-style-type : none;
	margin : 0px;
	padding : 0px
}
.treemenu A:link{	color : rgb(0,0,153)}
.treemenu A:visited{	color : rgb(0,0,153)}
.treemenu A:active{	color : rgb(102,102,204)}

