/*
 * 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;
	color:#333A6E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;	
	}
	ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style:none;
	}
	ul.pde{
	text-align:left;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	ul.pde ul{
	margin:0;
	padding:0;
	}
	ul.pde li{
	margin:0;
	padding-left:15px;
	width: 200px;
	padding-top: 0.02em;
	padding-right: 0;
	padding-bottom: 0.02em;
	
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
	width: 215px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-bottom: 0.5em;
	padding-top: .5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #D7DDDD;
	border-right-color: #D7DDDD;
	border-bottom-color: #D7DDDD;
	border-left-color: #D7DDDD;
	color: #FFFFFF;
	border-bottom-style: dotted;
	}
	ul.pde li.parent img{
	border:none;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
	padding-left:0;
	background-color: #00CC99;
	}
/* 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;
	font-style: italic;
       }
	   
	   
ul.pde ul a:hover {
	text-decoration: underline;
	font-size: 1em;
	color: #003366;
}
ul.pde a:hover {
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
