		
	ul.pde a:link,
	ul.pde a:visited,
	ul.pde a:hover,
	ul.pde a:active{
		text-decoration:none;
		color:#0d177c;
		font-family: tahoma,sans-serif;
	}
	ul.pde,ul.pde li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:right;
		font-size:.8em;
		margin:.5em 0;
		width:100%;
		background-color: transparent;
	}
	ul.pde ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.pde li{
		line-height:0.5em;
		padding:0 0;
		margin:0;
		padding-right:20px;
	}
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-right:12;
	}
	ul.pde li.parent img{
		border:0;
		text-align:center;
		vertical-align: middle;
		padding-right:0px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-right:0;
	}
/* The class to hide nested ULs */
       .hide{
               position:absolute;
               top:0;
               visibility: hidden;
       }

/* The class to show nested ULs */
       .show{
               position:static;
               display: table;
               top:0;
               right:1em;
       }
