.accordion {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #eee url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#143B98;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #fff;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}


.accordion2 {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: #eee url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#143B98;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #e3e2e2;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: #fff;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.accordion3 {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion3 h3 {
	background: #eee url(../images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#143B98;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion3 h3:hover {
	background-color: #e3e2e2;
}
.accordion3 h3.active {
	background-position: right 5px;
}
.accordion3 p {
	background: #fff;
	margin: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.accordion3 ul li {
   list-style-image: none;
   background-image: url(../images/arrow.jpg);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left : 15px;
   }
