ol.faq {
	list-style: none;
	margin: 0;
}
ol.faq li {
	list-style: none;
}
ol.faq li:hover {
	background-color: transparent;
	background-image: none;
}
ol.faq h3 { 
	
}
ol.faq h3.active { 

}
ol.faq div.answer { 
	display: none; 
	padding-left: 30px; 
}
ol.faq div.answer p {
	font-size: 10px;
}
ol.faq div.faq_approve {
	display: none;
}

ol.faq .menucat {
	padding-bottom: 5px; 
	cursor:  pointer; 
	margin: 0;
	padding: 5px;
	width: 500px;
	height: 15px;
	background-color: #d9bd83;
	display: block;	
	background-image: url(../images/open.gif);
	background-position: right;
	background-repeat: no-repeat;
}

ol.faq .menucat.active {
	background-image: url(../images/close.gif);
	background-position: right;
	background-repeat: no-repeat;
}

ol.faq .menucat h3 {
	padding-left: 10px;
}