@charset "utf-8";
/* CSS Document */

.faqs-ul-container {
	float: left;
	width: 500px;
    height: 430px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 40px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#expandmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#expandmenu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

ul#expandmenu li, 
ul#expandmenu a {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
	list-style-position: outside;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
}

ul#expandmenu li {
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-top: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ABABAB;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

ul#expandmenu ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
	line-height: 18px;
	border-bottom-style: none;
}
#expandmenu a:before {
	background-image: url(../images/expand.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
	background-attachment: fixed;
	background-color: #3F6;
}
img#expandmenu a:before {
    background-image: url(../images/expand.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
}
ul#expandmenu li ol li a:before {
}
ul#expandmenu a.active:before {
    background-image: url(../images/detract.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 20px;
}

ul#expandmenu ol li:before {
content: "";
}

ul#expandmenu a:hover {
	color: #E7CDA8;
}

ul#expandmenu a.active {
	color: #be5028;
}
ul#expandmenu li ol span {
	margin-bottom: 20px;
	color: #666;
}
ul#expandmenu li ol li {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: lowercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul#expandmenu li ol li a {
	color: #03F;
}
ul#expandmenu li ol li a:before {
	content: " ";
}

