.accordion{width:920px;}
.accordion h2 {background:url(../images/arrow_green_h3.gif) no-repeat 15px 6px; padding-left:32px; color:#5e5e5e; font-size:12px;  cursor: pointer; text-decoration:underline; font-weight:bold; margin-top:22px; clear:both;width:898px;/*float:left;*/}

.accordion h2 a{
	text-decoration:underline;
}
.accordion h2 a:hover{
	text-decoration:none;
}

.accordion h2:hover {color:#adbc06;background:url(../images/arrow_green_h3.gif) no-repeat 15px 6px; text-decoration:none; cursor:default;}
.accordion h2.active {font-size:12px; padding-left:32px; padding-top:20px; color:#adbc06; background:url(../images/arrow_green_h3.gif) no-repeat 15px 30px; line-height:30px; text-decoration:none;background-color:#f7f7f7; margin-top:22px;width：100%;}

.accordion .accordion_show {margin:0; padding:10px 20px 20px 30px; background-color:#f7f7f7; display:none;float:left;clear:both;width:880px;}

.accordion .accordion_show h4 {font-size:13px;}

.accordion h2.active a{ 
 text-decoration:none; 
}