.treemenu {
	list-style : none;	
}
.treemenu a:link {
	color: #3399FF;
	text-decoration: none;
}
.treemenu a:visited {
	text-decoration: none;
	color: #3399FF;
}
.treemenu a:hover {
	text-decoration: none;
	color: #3399FF;
}
.treemenu a:active {
	text-decoration: none;
	color: #3399FF;
}
.pdflink a:link {
	color: #0000FF;
	text-decoration: underline;
}
.pdflink a:visited {
	text-decoration: underline;
	color: #663399;
}

}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url(images/open.gif);
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url(images/closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}