.AccordionMulti {
		padding:10px 0pt 0pt;
		font-weight: bold;
}

.AccordionMulti dt.nac_stretchtoggle {
    background:transparent url(/ellyn/myimages/button.png) no-repeat scroll 100% 0%;
    font-size:14px;
    margin:0px;
    padding:7px 10px 7px 0px;
    text-align:right;
    line-height: 100%;
    color: #333;
}

.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.stretcher {
		margin: 0 0 0 10px !important;
	}
