#accordion-container {
	background: #ffffff; 
	
}

.accordion-header {
	font-size: 115%;
	background: #ebebeb;
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #111;

}

.active-header {
	background: url(images/active-header.gif) #0066A4;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.active-header:hover {
	background: url(images/active-header.gif) #779bb5;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(images/inactive-header.gif) #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#999;
}

.inactive-header:hover {
	background: url(images/inactive-header.gif) #779bb5;
	background-repeat: no-repeat;
	background-position: right 50%;
	color:#eee;
}

.accordion-content {
	display: none; 
	background: #fff;
/*	border: 1px solid #ccc;
	border-top: 0;*/

}
