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

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

#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 h3 {
	font-size:1.2em;
	line-height:1.4em;
	text-transform:none;
	margin:0.8em 0;
}

#expand_list h3 a {		
	display: inline-block;
	cursor:pointer;
	color: #0f4c83;
	text-decoration:none;
	padding-left:30px;
	padding-right:15px;
	background: url("/images/main/bg-link-expand.png") no-repeat left 4px;
}
			
#expand_list h3 a:hover {
	background: url("/images/main/bg-link-expand.png") no-repeat left 4px;
	color:#c9842a;
}	

#expand_list li.show h3 a {
	background: url("/images/main/bg-link-contract.png") no-repeat left 4px;
}

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

#expand_list div.expand {
	display: none;
	padding: 1px 0;
	margin-left: 30px;
	margin-top: -1.7em;
}	
