#basic-accordian{
	width:234px;
	position:absolute;
	z-index:2;
}
.accordion_headings{
	padding:5px;
	background:#514B75;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background:#0066B4;
}
.accordion_child{
	padding:0px;
	background:#EAEDEA;
}
.header_highlight{
	background:#0066B4;
}