﻿#faq-nav a {
	color: white;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	width: 120px;
	height: 40px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url('../images/faq/button.gif');
	background-position: 0 0;
}
#faq-nav a:hover {
	color: white;
}
#faq-nav li {
	list-style-type: none;
	float: left;
	margin: 2px;
}
.faqAnswer {
	display: none;
	background-color: #FFFF80;
}
.faqSection {
	overflow: hidden;
	clear: both;
}

