@charset "utf-8";

/*###################################################### faq #################################*/
.arrowlistmenu{
width: 720px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 6px 0 6px 60px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 15px;
	color:#003399;
	background:url(../images/smiley_question.gif) no-repeat 10px top;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color:#000000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu ul li{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding: 0 0 7px 0;
	padding-left: 60px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/ans.gif) no-repeat 20px top;


}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000000;
}
/*###################################################### faq #################################*/
