body {
	margin: 10px auto;
	font: 75%/120% Arial, Helvetica, sans-serif;
}
.accordion {
	width: 205px;	
	border-bottom: solid 1px /*#c4c4c4*/#006600;
}
.accordion h3 {
	background: /*#e9e7e7*/#ECF8CB url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 95%/95% Arial, Helvetica, sans-serif;
	border: solid 1px /*#c4c4c4*/#006600;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	/*background-color: #e3e2e2 #006600;*/
	color:#006600;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
	background: /*#f7f7f7*/#FFFFAB;
	margin: 0;
	padding: 10px 15px 10px;
	border-left: solid 1px /*#c4c4c4*/#006600;
	border-right: solid 1px /*#c4c4c4*/#006600;
}
