h10.trigger {
	display: block;
	float: left;
	width: 100%;
	height: 5px;
	padding:0;
	margin:0;
	background-image:url(/img/trigger_a.png);
	background-repeat:no-repeat;
	cursor:pointer;
}
h10.trigger a {
	color: #fff;
	display: block;
}
h10.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: 0px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.toggle_container .block1 {
	padding: 4px; /*--Padding of Container--*/
}
.toggle_container .block1 a {
	font-weight:bold;
	color:#4B7A24;
	text-decoration:underline;
}
.toggle_container .block1 a:hover{
	color:#333;
	text-decoration:none;
}
