ul.sections, ul.faq {
	list-style: none inside;
	padding: 0px;
	float: left;
	width: 100%;
}
ul.sections a {
	background: url('../../img/g_marker.gif') left 6px no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	color: #ED171F;
	padding-left: 10px;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.sections li {
	float: left;
	width: 100%;
}
ul.sections li ul.faq {
	margin-left: 11px;
	display: none;
}
ul.sections li.open ul.faq {
	display: block;
}
ul.faq a {
	background: url('../../img/g_marker2.gif') left 6px no-repeat;
	color: #646464;
	text-decoration: none;
	font-size: 11px;
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.faq li div {
	display: none;
}
ul.faq li.open div {
	display: block;
}
ul.faq a:hover {
	background: url('../../img/g_marker2_.gif') left 6px no-repeat;
	color: #ED171F;
	text-decoration: underline;
}
