

		.treeview, .treeview ul { 
			padding: 0;
			margin: 0;
			list-style: none;
		}	

		.treeview li { 
			margin: 0;
			padding: 3px 0pt 3px 16px;
		}

			 
ul.dir li a {
	text-decoration: none;
	border-bottom: 1px dotted #f60;
	color: #f60;
	font-weight: bold;
}

ul.dir li a:hover {
	text-decoration: none;
	color: #fff;
	background: #f60;
}
			 
		
		ul.dir li { padding: 0px 0 0 16px; }
		ul.dir li a.selected 
		{
			
	text-decoration: none;
	color: #fff;
	background: #f60;
			
			}
		
	  	.treeview li { background: url(/Images/tv-item.gif) 0 0 no-repeat; }
	  	.treeview .collapsable { background-image: url(/Images/tv-collapsable.gif); }
	  	.treeview .expandable { background-image: url(/Images/tv-expandable.gif); }
	  	.treeview .last { background-image: url(/Images/tv-item-last.gif); }
	  	.treeview .lastCollapsable { background-image: url(/Images/tv-collapsable-last.gif); }
	  	.treeview .lastExpandable { background-image: url(/Images/tv-expandable-last.gif); }
	  	

	  	#treecontrol { margin: 1em 0; }


