/*
 * PureDOMExplorer Demo styles 
 * written by Chris Heilmann 
 * More at onlinetools.org/tools/puredom/
 */
	#vertnav {
		margin-top:185px; margin-left:24px; width:180px;}
	html>body #vertnav {margin-left:18px;}
	
	
	
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		line-height:20px;
		color:#4a63ae;
	}
	ul.pde a:hover {color: #483a1d;}
	ul.pde,ul.pde li{
		background:#fff;
		margin:0;
		padding:0;
		list-style:none;
		
		display:block;
	}
	ul.pde{
		text-align:left;
		font-size:11px;
		background:#fff;
		margin-left:2px;
	}
	ul.pde ul{
		margin:0 0 0 5px;
		padding:0;
	}
	ul.pde li{
		line-height:1.3em;
		padding:0;
		margin:0;
		padding-left:5px;
	}
	ul.pde li:hover {background:#eee;}
	ul.pde li li:hover {background:#ddd;}
	ul.pde li li li:hover {background:#ccc;}
	ul.pde li {width:170px;}
	ul.pde li li {width:160px;}
	ul.pde li li li {width:150px;}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
	}
	ul.pde li.parent img{
		float:right;
		border:none;
		padding:4px 2px 0 0;
	}
/* 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;
               left:-4000px;
       }

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