#FAQ {
	line-height: 20px;
}

#FAQ a.head {
	padding-left: 11px;
	font-size: 11px;
    color: #1a4592;
	background: url(/img/arrow_blue.gif) no-repeat 0 4px;
}

#FAQ a.selected {
    color: #3c3c3c;
	padding-left: 11px;
	background: url(/img/arrow_gray.gif) no-repeat 0 4px;
	text-decoration: none;
}

#FAQ ul {
	line-height: 100% !important;
	margin-left: 11px;
	margin-bottom: 8px;
}

#FAQ li {
	list-style: none outside none;
}

#FAQ li li {
	font-size: 10px;
	padding-bottom: 5px;
}

#FAQ li li a {
	text-decoration: none;
}

#FAQ li li a:hover {
	text-decoration: underline;
}

#FAQ a.current {
    color: #3c3c3c;
	font-weight: bold;
	text-decoration: none;
}
