.treemenu {
	margin : 0px 0px;
	padding : 0px 0px 0px 5px;
	list-style : none;	
	width : 166px;
}

.treemenu UL {
	list-style : none;
	margin : 1px 10px 0px 0px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treenodehide LI {
	display : none;
}

.treesectionhide
{
	display : none;
}

.treemenu a:link, .treemenu a:visited {
	display : block;
	padding:0px 0px 5px 0px;
	text-decoration : none;
	border-bottom:solid 1px #eeeeee;
	font-size:13px;
	color:#6F6F6F;
}
.treemenu a:hover {
	display : block;
	padding:0px 0px 5px 0px;
	text-decoration : none;
	border-bottom:solid 1px #eeeeee;
	font-size:13px;
	color:#111111;
}

.treesection a:link, .treesection a:visited 
{
	font-size:12px;
	color:#999999;
	border-bottom:none;
	font-weight:normal;
}

.treesection a:hover
{
	font-size:12px;
	color:#333333;
	border-bottom:none;
	font-weight:normal;
}

.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;
}