.AccordionMulti {
		padding:10px 0px 20px 0px;
		font-weight: bold;
}

.AccordionMulti dt.nac_stretchtoggle {
    background:transparent url(../images/njacc_button.png) no-repeat scroll 100% 0%;
    font-size:13px;
    margin:0px;
    padding:14px 5px 12px 14px;
    line-height: 100%;
    text-align:left;
    color:#000;
	
}

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

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

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

