/*STYLES FOR EXPANDING MENU ON FAQs
****************************************/
#faq {
	width: 524px;
	position: relative;
}

ul#menu {
	list-style-type: none;
	list-style-image: none;
}

ul#menu li {
	border-bottom: 1px dotted #c28b97;
	margin-top: 6px;
	margin-bottom: 6px;
	list-style-type: none;
	list-style-image: none;
	color: #555555;
}

ul#menu ol {
	display: none;
	list-style-type: none;
	list-style-image: none;
	color: #555555;
	background-color: #EBEBEB;
	border-top: 1px dotted #c28b97;
	border-bottom: 1px dotted #c28b97;
	margin-bottom: -6px;
}

ul#menu ol li:before {
	content: "- ";
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu ol ul {
	border-bottom: none;
	list-style-type: square;
	list-style-image: url("/images/bullet.gif");
}

ul#menu a:link, a:active, a:visited, a:hover {
	color: #555555;
}

.leftme {
	margin: 8px 8px 8px -36px;
	color: #000000;
	font-size: 11px;
}

div.leftme ul {
	border: none;
	color: #000000;
}

.clear {
	border: none;
	color: #000000;
	list-style-type: square;
	list-style-image: url("/images/bullet.gif");
}

