.accordion {
	width: 440px;
}
.accordion h2 {
	margin: 0;
	cursor: pointer;
	font-size: 10px;
	line-height: 100%;
	font-weight: bold;
	background-image: url(../images/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: left -51px;
	
	width: 430px
}
.accordion .accordion2 h2 {
	background-color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #c4c4c4;
	font-size: 110%;
}
.accordion h2:hover {
}
.accordion h2.active {
background-position: left 5px;
}
.accordion  .accordion2 {
	margin: 0;
}

