
.accordionHeader { /*header of 1st demo*/
cursor: hand;
cursor: pointer;
line-height: 31px;
padding: 0px 0px 0px 10px;
margin: 0px 0px 5px 0px;
width: 592px;
background: url(../fw/accordion_Header.jpg) no-repeat top left;
font-family: Tahoma,Arial, Helvetica, sans-serif;
color:#1074B9;
font-size:12px;
}

.openAccordion { /*class added to contents of 1st demo when they are open*/
background: url(../fw/accordion_Header_open.jpg) no-repeat top left;
font-family: Tahoma,Arial, Helvetica, sans-serif;
color:#892281;
font-size:12px;

}

.accordionContent {
padding: 5px 5px 5px 5px;
width: 592px;
}

.accordionContent ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.accordionContent li {
	 border-bottom: 1px dotted #4D9BBC;
}
.accordionContent li.last {
	border-bottom: none;
}
.accordionContent li a {
	color: #2C7092;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 24px;
	background: url(../fw/accordionArrow.jpg) no-repeat 0px 4px;
}
.accordionContent li a:hover {
	text-decoration: underline;
}