.AccordionMulti {
		padding: 0px 0pt 0pt 0pt;
		margin: 0 0 0 0;
		font-weight: bold;
}

.AccordionMulti dt.stretchtoggle {
    background:transparent url(../images/njacc_button.png) no-repeat scroll 100% 0%;
    font-size:16px;
    margin:0px;
    padding: 0px 10px 0px 0px;
    line-height: 40px;
    text-align:left;
    color: #FFFFFF;
	padding-left: 10px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
border-bottom-width:4px;
border-top-width:0px;
}

.AccordionMulti dt.stretchtoggle:hover {
    background-position: 100% 100%;
}

/* Make the cursour into a hand/pointer when over the buttons */
.AccordionMulti dt {
		cursor: pointer;
}

.AccordionMulti dd.stretcher {
		margin: 0 0 0 0px !important;
	}
