#accordion1 {width:200px; border-top:none; margin-top:10px;}
.accordion1 {width:200px; font:12px Arial; color:#333}
.accordion1 dt {width:192px; padding:4px; font-weight:bold; cursor:pointer; background-image:url(/images/membership/arrow-down.gif); background-position: 180px center; background-repeat:no-repeat; color:#003399; border-top:1px solid #e0e0e0; font-size:12px;}
.accordion1 dt:hover {text-decoration:underline;}
.accordion1 .open {background:url(/images/membership/arrow_right.gif) 184px center no-repeat;}
.accordion1 dd {overflow:hidden; background:#fff}
.accordion1 span {display:block; width:192px; border-top:none; padding:8px 4px; font-size:11px;}

#accordion2 {width:220px; border-top:none; margin-top:10px;}
.accordion2 {width:220px; font:12px Arial; color:#333}
.accordion2 dt {width:208px; padding:4px 6px; font-weight:bold; cursor:pointer; background-image:url(/images/membership/arrow-down.gif); background-position: 200px center; background-repeat:no-repeat; color:#003399; border-top:1px solid #e0e0e0; font-size:12px;}
.accordion2 dt:hover {text-decoration:underline;}
.accordion2 .open {background:url(/images/membership/arrow_right.gif) 204px center no-repeat;}
.accordion2 dd {overflow:hidden; background:#fff}
.accordion2 span {
	display:block;
	width:200px;
	border-top:none;
	padding:10px
}

