a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #09F;
}		

.accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	text-transform: capitalize;
	background-color: #003366;
	background-image: url(../GIFs/H1TOGGLE1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.accordion_toggle_active {
	display: block;
	height: 30px;
	width: 580px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0;
	text-transform: capitalize;
	background-color: #CC0000;
	background-image: url(../GIFs/H1TOGGLE2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
}
