/*
	List Expander 
*/


 #content ul { margin-top: 0px; margin-bottom:0px; padding: 0px;}

.listexpander{width:158%;}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	

	
	
	/*
	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{
	line-height:220%;
	margin-top:1px;
	cursor:default;
	text-indent:30px;
	font-weight:bold;
	width:100%;
	

}




.topfive{width:158%;}
.topfive, {
	margin:0;
	padding:0;
	list-style:none;
}


dt.topfive {color: #20374A; font-size: 14px; font-weight: bold;margin-top: 15px;}
dd.topfive {color: #20374A; font-size: 13px; font-style: italic; margin-bottom: 15px;}






.listexpander li.collapsed, .listexpander li.expanded{cursor:pointer;} 

/* first level */

.listexpander li, .listexpander li.collapsed{background:#E6EAEE url(lib/nav/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li.expanded{background:#E6EAEE url(lib/nav/expanded.gif) no-repeat 5px .4em; }

/* second level */

.listexpander li ul, .listexpander li li{background:#F2F2F2;font-weight:normal; }
.listexpander li li.collapsed{background:#F2F2F2 url(lib/nav/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li.expanded{background:#F2F2F2 url(lib/nav/expanded.gif) no-repeat 5px .4em; }

/* third level */

.listexpander li li ul, .listexpander li li li{background:#fff;}
.listexpander li li li.collapsed{background:#fff url(lib/nav/collapsed.gif) no-repeat 5px .4em;} 
.listexpander li li li.expanded{background:#fff url(lib/nav/expanded.gif) no-repeat 5px .4em;}

/* fourth level */

 .listexpander li li li li{ line-height: 1.6em;  text-indent:0px;margin-left:40px;width:auto; font-style: italic;}






/* etc. */





/* buttons */

p.listexpander{
	height:1.5em;
	margin:1em 0;
}
 #content p.listexpander a{
	font-style: normal;
	text-decoration: none;
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
}
 #content p.listexpander a:hover{
	background:#f8f8f8;
	text-decoration: none;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
