
	
	ul.expander a:link,
	ul.expander a:visited,
	ul.expander a:active,
	ul.expander a:hover
	
	{
		text-decoration:none;
		color:#000;
	}
	
	
	
	ul.expander,ul.expander li{
		margin:0;
		padding:0;
		list-style:none;
	}
	ul.expander{
	text-align:left;
	font-size:.8em;
	width:99%;
	margin-top: 0.2em;
	margin-right: auto;
	margin-bottom: 0.2em;
	margin-left: auto;
	}
	ul.expander ul{
		margin:0 0 0 1em;
		padding:0;
	}
	ul.expander li{
		line-height:1.3em;
		padding:.2em 0;
		margin:0;
		padding-left:15px;
	}
	
/* dynamically added to LIs with nested ULs */
	ul.expander li.parent{
		padding-left:0;
	}
	ul.expander li.parent img{
		border:none;
		padding-right:5px;
	}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
	ul.expander 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;
       }

