/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at http://onlinetools.org/tools/puredom/
 */


a{color: Navy;}
	ul.pde a:link,
	ul.pde a:hover,
	ul.pde a:visited,
	ul.pde a:active{
		text-decoration:none;
		color:Navy;
		
									
	}
	
ul.pde a:hover {display:block;}


			
	ul.pde,ul.pde li{
		margin:0;
		padding:0px;
		list-style:none;
		cursor:pointer;					
	}
	
	ul.pde li a:hover {display:block;}
	
	ul.pde{
		text-align:left;
		
		margin:.5em auto;
		width:100%;
		text-decoration:underline;
		display:block;
		
	}
	
	ul.pde a:hover {
	}
	
	ul.pde ul{
		margin:0 0 0 1em;
	    padding:0;
	    
	}
	ul.pde li{
		line-height:1.1em;
		margin:0;
		padding-left:5px;	
		
	}
	

	
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}

	
	
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
		font-size:14px;
		
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               left:-4000px;
       }

/* The class to show nested ULs - place*/
       .show{
               position:static;
               display: block;
               top:0;
               left:1em;
               font-size:14px;              
               
       }
       
      
      
      /* SELECTED */
      
      
      a{color: Navy;}
	ul.pde_selected a:link,
	ul.pde_selected a:visited,
	ul.pde_selected a:active{
		text-decoration:underline;
		color:Navy;
		font-size:12px;
		margin-left:15px;
										
	}
      

	ul.pde_selected a:hover { background-color: Aqua;}
			
	ul.pde_selected,ul.pde_selected li{
		margin:0;
		padding:0px;
		list-style:none;
		cursor:pointer;					
	}
	
	ul.pde_selected{
		text-align:left;
		font-size:18px;
		margin:.5em auto;
		width:100%;
	}
	ul.pde_selected ul{
		margin:0 0 0 1em;
	    padding:0;
	    
	}
	ul.pde_selected li{
		line-height:1.1em;
		margin:0;
		padding-left:5px;	
		
	}
	

	
/* dynamically added to LIs with nested ULs */
	ul.pde_selected li.parent{
		padding-left:0;
	}

	
	
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde_selected li.current li{
		padding-left:0;
		font-size:14px;
      
