
#copy #expand_list ul {
	margin-left: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}	

#expand_list ul li {
	border-bottom: 1px solid #ccc;
}

#expand_list ul li li {
	border: none;
	padding: 0;
}

#copy #expand_list ul ul {
	margin: 1.7em 0 1.7em 3em;
	list-style: disc;
	border: none;
}

#copy #expand_list ul ol {
	margin: 1.7em 0 1.7em 3em;
}

#expand_list h4 {
	font-size: 1.15em;
	font-family: arial;
	margin: 0;
	line-height: 1.478em;
	font-style: normal;				
}

#expand_list h4 a {		
	display: block;
	padding: 0.369em 0 0.369em 26px;			
	text-decoration: none;			
}
			
#expand_list h4 a:hover {
	background: url("/images/main/bg-link-expand.png") no-repeat 6px center;
	text-decoration: underline;
}	

#expand_list h5 {
	margin: 1.7em 0 -.85em;
}

#expand_list li.show h4 a:hover {
	background: url("/images/main/bg-link-contract.png") no-repeat 6px center;
}

#expand_list div.expand {
/*	display: none; */
	padding: 0 26px 1.7em;
}	