.AccordionMulti {
		
		font-weight: bold;
		
}

.AccordionMulti dt.stretchtoggle {
    background:transparent url(../images/njacc_button.png) no-repeat scroll 0%;
    font-size:11px;
    margin:0px;
	height: 100%;
    text-align:left;
    color: #333;
	background-color: black;
}
/* Make the cursour into a hand/pointer when over the buttons */



.AccordionMulti dt {
		cursor: pointer;
		background-image: url(../images/menu_bg_off.png);
		background-repeat: no-repeat;
		height: 21px;
		padding-top: 5px;
		padding-left: 10px;
		color: white;
	
		
}


.AccordionMulti dt:hover {
		cursor: pointer;
		background-image: url(../images/menu_bg_on.png);
		background-repeat: no-repeat;
		height: 21px;
		padding-top: 5px;
		padding-left: 10px;	
		color:#333333;
		
}


.AccordionMulti dd.stretcher {
		margin: 0px 0px 0px 0px;
		text-align: left;
		font-size: 10px;
}

.nac_stretcher 
{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	font-size: 10px;
	font-weight:normal;
	height: 100%;
	background-image: none;
	
}