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

.AccordionMulti dt.stretchtoggle {
    background:transparent url(../images/njacc_button.png) no-repeat scroll 100% 0%;
    width:153;
    height: auto;
    font-size:13px;
    margin:0px;
    padding:12px 10px 12px 13px;
    line-height: 100%;
    text-align:left;
    color: #1682C7;
}

.AccordionMulti dt.stretchtoggle:hover {
  
}

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

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