.AccordionMulti {
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0px;
}

.AccordionMulti dt.stretchtoggle {
	font-size:1.0ems;
	margin:0px;
	padding:7px 10px 7px 10px;
	line-height: 100%;
	text-align:left;
	color: #0e043e;
	border-bottom:solid 1px #0099CC;
	background-attachment: scroll;
	background-image:url(../images/0001_arrow_right.png);
	background-position: right;
	background-repeat:no-repeat;
	/*background-color: transparent;
	background-image: url(../images/top_menu_bg.png);
	background-repeat: repeat-x;*/
}

.AccordionMulti dt.stretchtoggle:hover {
    background-image:url(../images/0001_arrow_down.png);
	background-position: right;
	background-repeat:no-repeat;
	/*background-repeat: repeat-x;
	background-image:url(../images/top_menu_hover_bg.png);
	background-color: transparent;*/
}

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

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