.faq_slide{
	width: 516px; /*width of accordion menu*/
}

.faq_slide .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color:#666264;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	padding: 2px 0 2px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	
}

.faq_slide .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.faq_slide p{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom:3px; /*bottom spacing between each UL and rest of content*/
	color:#999900;
	font-size:11px;
	padding-left:25px;
}

