/*
 * Dynamic SubMenu
*/
	ul.pde a{	text-decoration:underline;}
	ul.pde a:hover{text-decoration:none;color:#000C42;}
	ul.pde,ul.pde li{margin:0 5px;padding:0;list-style:none;}
	/*ul.pde{
		text-align:left;
		margin:.5em auto;
		width:100%;
	} */
	ul.pde ul{margin:0 0 0 15px;padding:0;}
	ul.pde li{	display:block;padding:0px 0 2px 0px;margin:4px 0;}
	ul.pde ul li{ border:none;}
	ul.pde li ul {margin:3px 0 5px 10px}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{padding-left:12px;}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{padding-left:0;}
	ul.pde li.current {}
/* The class to hide nested ULs */
       .hide{position:absolute;top:0;left:-4000px;}
/* The class to show nested ULs */
       .show{position:static;display:block;top:0;left:1em;}
