@charset "utf-8";
/* CSS Document */

#basic-accordian{
	width:220px;
	z-index:2;
	text-align: left;
	height: auto;
}
.accordion_headings{
	padding:5px;
	color:#000;
	cursor:pointer;
	font-weight:bold;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../img/bot.png);
	text-align: left;
}
.accordion_headings header_highlight{
	color: #FFF;
	text-align: left;
}
.accordion_child{
	padding:5px;
	background-image: url(../img/botinf.png);
	height: auto;
	color: #000;
	background-position: bottom;
}
.header_highlight{
	background-image: url(../img/bothover.png);

}
#link a:hover      {
	color: #FFF;
}
