h2.trigger {
	padding:0px;
	margin:0px;
	height: 57px;
	line-height: 57px;
	width: 340px;
	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #fff;
	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: 0px;
	padding: 0;
	background:none;
	overflow: hidden;
	font-size: 1.2em;
	width: 340px;
	clear: both;
}
.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background-image:url(../common/images/nav_08.png);
	background-position:top left;
	background-repeat:no-repeat;
}