
/* Accordion menu */


/* ----------------------------------------------------------------------------------------------- Title */	
	.accordion_title {
		color:#0082c8;
		font-size:1.2em;
		border-top:1px solid #E3E3E3;
		height:18px;
		padding:2px 0 0 25px;
		background:url("images/sub_sections_arrow.gif") no-repeat left;
	}
	.not_expand {
		font-size:1.2em;
		border-top:1px solid #E3E3E3;
		height:18px;
		padding:2px 0 0 25px;
		background:url("images/sub_sections_no_arrow.gif") no-repeat left;
	}
	.accordion div.not_expand table td.column1 {
		color:#666;
	}
/* ----------------------------------------------------------------------------------------------- Content */	
    .accordion_content {
		display:none;
		height:0;
		display:relative;
		overflow:hidden;
	}
	
	.news_sub_content {
		display:none;
	}