/*
 * menu styles 
 */
	
	ul.pde a:link{
	color: #0099CC;}
	ul.pde a:visited{
	color: #C0C0C0;}
	ul.pde a:hover{
	color: #FF6600;}
	ul.pde a:active{		
		color:#fff;
	}
	ul.pde,ul.pde li{
		margin:10;
		padding:0;
		list-style:none;
	}
	ul.pde{
		text-align:left;
		font-size: 11px;
		margin:3px auto;
		margin-left: 3px;
		background:transparent;
    border-style: none; 
		width:100%;
	}
	
	ul.pde ul{
		margin:0 0 0 5px;
		padding:0;
	}
	ul.pde li{
		line-height: 2em 0;
		padding: 4px;
		margin:0;
		padding-left:15px;
	}
	
	
/* dynamically added to LIs with nested ULs */
	ul.pde li.parent{
		padding-left:0;
	}
	ul.pde li.parent img{
		border: 0px;
		padding-bottom: 6px;
		padding-right:-15px;
		position: absolute;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.pde li.current li{
		padding-left:0;
	}
/* 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;
       }
ul.pde li.art a:hover{
  color:#FF6600;
  font-size:11px;
}

ul.pde li.sousrub a{
  font-size:11px;
  color:#FFF;
}
ul.pde li.sousrub a:link, ul.pde li.sousrub a:visited {
  font-size        : 11px;
  color            : #fff;
  text-decoration  : none;
  font-weight      : bold;
}
ul.pde li.sousrub a:hover {
  font-size        : 11px;
  color            : #FFF;
  text-decoration  : none;
  font-weight      : bold;
  border-bottom: 1px dotted #FF6600;
}
