ul.pde a:link,
ul.pde a:visited,
ul.pde a:hover,
ul.pde a:active{
text-decoration:none;
color:#f00; }

ul.pde,ul.pde li{
margin:0;
padding:0;
list-style:none;
}
ul.pde{
text-align:left;
font-size: 11px;
margin: 0 auto;
background:transparent;
width:100%;
height: 400px;
overflow: auto;
}
ul.pde ul{
margin:0 0 0 16px;
padding:0;
}
ul.pde li{
line-height:16px;
padding: 0;
margin: 0;
padding-left:18px;
}
/* dynamically added to LIs with nested ULs */
ul.pde li.parent{
padding-left:0;
}
ul.pde li.parent img{
border:none;
padding-right:0px;
vertical-align: bottom;
}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde li.current li{
padding-left:16;
}
/* 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: 16px;
}
