h2.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	width: 622px;
	height: 16px;
	float: left;
	background-image: url(../images/trigger.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
h2.trigger a {
	color: #0397d6;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {
	background-position: left bottom;
} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px 20px;
	padding: 0;
	overflow: hidden;
	width: 622px;
	clear: both;
}
.toggle_container ul {
	font-size:0.8em;
}
