.treemenu {
	margin : 0px;
	padding : 10px;
	list-style : none;
	background-color : none;
	width : 465px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}


.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;

}


a.faq:link{ text-decoration:none; color: #666666; }
a.faq:visited{text-decoration:none;color: #666666;}
a.faq:hover{ text-decoration:underline; color:#666666; }
}

.treemenu .treeopen {
	background-image : url(../arrow_bullet/open.gif);
	background-repeat : no-repeat;
	background-position : left;
}


.treemenu .treeclosed {
	background-image : url(../arrow_bullet/closed.gif);
	background-repeat : no-repeat;
	background-position : left;
}

