/*
	List Expander 
*/

.listexpander{
	width:100%;
	list-style-position:outside;
	display: inherit; 
}
.listexpander, .listexpander ol, .listexpander li{
	list-style: none;
	margin:0;
}
.list li{
	padding-left:0px;
	list-style:none;
}
.list ul li a:link{
	padding-left: 0px;
	list-style: none;
	line-height: 0.7em;
}
.list{
	padding-left:0px;
	display: none; 
}
.listexpander ol{
	/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li{
	margin-top:10px;
	cursor:default;
	/*text-indent:30px;*/
	width:100%;
	list-style-position:outside;
}
.listexpander li.collapsed, .listexpander li.expanded{
	cursor:pointer;
} 
.listexpander li ul li{
	text-indent:0;
	margin-left:0px;
	width:auto;
	margin-top:5px;
	margin-bottom:5px;
}	