div.moduletable h3 {
	padding:6px;
	background-image:url(../images/icon/up_arrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	display:block;
	color:#0f5a02;
	font-size:17px;
	padding-bottom:1px;
}	
div.moduletable h3.collapse {
	padding:6px;
	background-image:url(../images/icon/down_arrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	display:block;
	color:#000;
	font-size:17px;
	border-bottom:1px solid #f2e7dd;
}