/*.accordion2 {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}*/
.accordion h3 {
	background:  url(../img/arrow-square.gif) no-repeat right -51px;
	border-bottom: none;
	cursor: pointer;
	display:block;
	float:left;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 7px 15px;
	width:115px;
}
.accordion h3:hover {
	/*background-color: #e3e2e2;*/
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion div.sub{
	padding: 10px 15px 20px;
	display: none;
	width:96%;
}
