/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */
	
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:none;
	}
	ul.pde,ul.pde li{
		margin:0 !important;
		padding:0 !important;
		list-style:none;
	}
	ul.pde,ul.pde li.parent{

}
	/*ul.pde{
		text-align:left;
		font-size:.8em;
		margin:.5em auto;
		background:#ccc;
		width:80%;
	}*/
	ul.pde ul{
		margin:0 0 0 0;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:0px 0;
		margin:0;
		clear: left;
border-bottom: 1px solid #fff;
	}

ul.pde ul.show {
border-top: 1px solid #fff;
}

ul.pde ul.show li{
border-bottom: none;
}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}

	ul.pde li.parent li{
		
	} 

	ul.pde li.parent img{
		border:none;
		padding-right:0px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* The class to hide nested ULs */
       .hide{
              display:none;
       }

/* The class to show nested ULs */
       .show{
               display:block;
       }

#treemenu1 li.parent {
position: relative;
}

#treemenu1 li.parent a {
position: absolute;
right: 20px;
top: 6px;
}

ul.pde li .checkbox {
float:left;
}

ul.pde li .icon {
padding-top: 3px;
width: 14px;
float:left;
}

ul.pde li .label {
padding-top: 3px;
float:left;
}
