	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:active{
		text-decoration:none;
		color:#fff;
		font:bold 12px Verdana;
		padding-left:10px;
		text-transform:lowercase;
	}
	ul.pde a:hover {
		text-decoration:none;
		color:#ff6;
		font:bold 12px Verdana;
		padding-left:10px;
		text-transform:lowercase;
	}

	ul.pde li ul li a:link,
	ul.pde li ul li a:visited,
	ul.pde li ul li a:active{
		text-decoration:none;
		color:#000;
		font:normal 12px Verdana;
		text-transform:none;
	}
	ul.pde li ul li a:hover {
		text-decoration:none;
		color:#000;
		font:normal 12px Verdana;
		text-decoration:underline;
		text-transform:none;
	}

	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size:12px;
		margin:0;
		background:#3d1901;
		color:#ff6;
		width:164px;
	}
	ul.pde strong {
		padding-left:10px;
		text-transform:lowercase;
	}

	ul.pde li ul li strong {
		text-transform:none;
	}

	ul.pde ul{
		margin:0;
		padding:0;
	}

	ul.pde li:last-child {
		line-height:200%;
		padding:0;
		margin:0;
		border-top:solid 1px #fff;
/*		border-bottom:solid 1px #fff; */
	}
	
	ul.pde li{
		line-height:200%;
		padding:0;
		margin:0;
		border-top:solid 1px #fff;
	}

/* 	ul.pde li ul li{
		line-height:200%;
		padding:0;
		margin:0;
		border-top:solid 1px #fff;
	} */

/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:12px;
		color:#000;
		text-transform:lowercase;
	}

/* 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;
       }
