.AccordionMulti {
	font-family:Calibri, "Trebuchet MS";
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;		/*font-weight: bold;*/
}

.AccordionMulti dt.stretchtoggle {
	font-size:1.2em;
	margin:0px;
	padding:7px 10px 7px 30px;
	line-height: 100%;
	text-align:left;
	color: #800000;
	/*(background-attachment: scroll;
	background-image: url(../images/menu_bg_sliced.png);
	background-repeat:repeat-y;*/
	border-bottom: dotted #d57d57 1px;
}

.AccordionMulti dt.stretchtoggle:hover {
	background-image: url(../images/menu_bg_hover_sliced.png);
	background-repeat: repeat-y;
	color: #ffffff;
}

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

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

