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

.AccordionMulti dt.stretchtoggle {
    background:transparent url(../images/njacc_button.png) no-repeat scroll 100% 0%;
    margin:0px;
    padding:8px 10px 8px 0px;
    height: 14px;
    text-align:right;
color:#173958;
font-family:arial,sans-serif !important;
font-size:11px !important;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.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 10px !important;
	}

