#dmatree {
	list-style: none;
	margin: 0;
	margin-left:10px;
	padding: 0;
	vertical-align: top;
	width:230px;
}
#dmatree ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#dmatree ul ul {
	display: inline;
}
#dmatree ul ul li a {
	padding-left: 20px;
	width: 230px;
}
#dmatree li {	
	display:block;	
	font-weight:bold;
	width:230px;
}

#dmatree a {		
	font-weight:normal;
	margin-left: 0;
	padding: 2px 2px 2px 2px;		
	width:230px;
}
#dmatree li img {
	border:0;	
}
#dmatree li.expanded {
	background: transparent url(/images/minus.gif) no-repeat 100% 5px;
}
#dmatree li.collapsed {
	background: transparent url(/images/plus.gif) no-repeat 100% 5px;
}
#dmatree a:hover {
	
}
#dmatree ul li {	
	border:0;
	display: block;	
	padding: 2px 2px 2px 10px;	
	width: 230px;
}
