/*   http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm  */


	.accstyle_conclaves {
		margin: 0 0 0 0;
		padding-top: 5px;
		width: 100%; /*width of menu*/
		background: #C94C3E;
		text-align: center;
	
	}
/* text area */
	.accstyle_conclaves div.static_conclaves {
		background: #C94C3E url('img/tlbtn_acc_wrbg.png') repeat-x center left;
		font: bold 14px Tahoma, arial, sans-serif;
		text-align: center;
		color: white;
		display: block;
		position: relative;
		padding: 4px 0px;
		margin-bottom: 5px;
		padding-left: 8px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

