.accordion-header {
	background: #fff100;
	margin: 10px 0 0 0;
	padding: 5px 20px;
	cursor: pointer;
	color: #fff;
}

.active-header {
	background: url(../images/active-header.gif) #76b82a;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #000;
}

.active-header:hover {
	background: url(../images/active-header.gif) #575756;
	color: #000;
	background-repeat: no-repeat;
	background-position: right 50%;
}

.inactive-header {
	background: url(../images/inactive-header.gif) #fff100;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #000;
}

.inactive-header:hover {
	background: url(../images/inactive-header.gif) #76b82a;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #000;
}

.accordion-content {
	display: none;
	padding: 20px;
}