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

#expand_list ul li {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
	padding:5px 0;
}

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

#copy #expand_list ul ol {
	margin: 0 0 1em 1.1em;
	list-style: disc;
	border: none;
}

#expand_list h4 {
	font-size: 1.15em;
	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;	
	cursor:pointer;	
	color:#555;	
	outline:none;
}
			
#expand_list h4 a:hover {
	background: url("/images/main/bg-link-expand.png") no-repeat 6px center;
	text-decoration: underline;
}	

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

#expand_list h5 {
	font-size: 1em;
	margin: 0;
	font-style: normal;				
}

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

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

#expand_list div.expand {
	display: none;
	padding: 0.7em 26px 0.1em;
}	