.liAlone {
	font-family:Arial;
	font-size:12px;
	top: 0;
	margin-top: 0;
	text-indent: 0; 
	margin-left: 0;
	display : inline;
	background-color: blue; layer-background-color: blue; 
}
.treemenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	width : 100%;
}

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

.treemenu LI {
	font-family:Arial;
	font-size:12px;
	top: 0;
	margin-top: 0;
	text-indent: 0; 
	margin-left: 0;
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;
	color:#000000;
}
	.treemenu a:link          {text-decoration: underline; color: #213A62}
	.treemenu a:visited       {text-decoration: underline; color: #213A62}
	.treemenu a:hover 	{text-decoration: none; color: blue}

.treemenu .treeopen {
	margin : 3px 1px;
	background-image : url('../images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	margin : 3px 1px;
	background-image : url('../images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

