/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 **SEE ut_coe.css for style overrides
 */
	
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:none;
		color:#000;
	}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
		/*added to get rid of ut list image (ie 7)*/
		list-style-image:none;
	}
	ul.pde{
		text-align:left;
		/*font-size:.8em; Let ut control the font-size */
		
		/*margin:.5em auto; - removed to move the list over
		background:#ccc; removed to turn background white
		width:80%;
		*/
	}
	ul.pde ul{
		margin:0 0 0 1em;
		/*margin:0 0 0 1em;*/
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
		/*list-style-image:url(/misc/depot/assets/UT/rightarrow.gif);*/
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
		
		/*list-style-image:none; border:none !important; /*removing border for ie 6
		border-top:1px dotted #999999;	 adding border causes a border to appear in the siteid next to gold image ??? */
		
	}
	ul.pde li.parent img{
		
		padding-right:5px;
		/* added to add heading 
		clear:right;
		*/
	}
	
/* 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{
	position:absolute;
	 top:0;
	/*top:1250px; from ut - why??? - using this creates a huge black space at the bottom of the page.*/
	left:-4000px;
	
	
	
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               /*left:1em; */
			   left:1em;
			   
       }

