.treemenu {
	margin : 0px 0px;
	padding : 5px;
	list-style : none;	
	background-color: #8C0404;
	width : 142px;
	font-size: .8em;
}

.treemenu UL {
	list-style : none;
	margin-left: 5px;
	margin-right: 5px;
	padding : 0px;
}

.treemenu LI {
	display : inline;
	width: 100%;
	margin-right: 1px;
}

.treemenu A {
	display : block;
	padding-left : 2px;
	text-decoration : none;
	background-color: #DC9A1F;
	color : black;
	font-weight : bold;
	border: 2px solid black; 
/*	border-top: 1px solid black; 
	border-left: 1px solid black; */
}

.treemenu .treeopen {
/*	background-image : url('open.gif');*/
	background-color: #C36600;
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
/*	background-image : url('closed.gif');*/
	background-color: #C36600;
	background-repeat : no-repeat;
	background-position : left;
}

.treemenu A:hover {
	text-decoration: none;
/*	color: #DC9A1F; */
	color: #DC9A1F;
	background-color: #8C0404;
	border-top: 1px solid #DC9A1F;
	border-left: 1px solid #DC9A1F;
}

.treemenu H6 {
	display: block;
	margin: 0;
	padding: 0 0 0 2px;
	color: white; 	
	background-color: #969696;
	font-weight: bold;
	border-top: 1px solid #DC9A1F;
	border-left: 1px solid #DC9A1F;
}