/*globalnav*/

#questions {
	float:left;
	line-height:1em;
	list-style:none;
	margin:0;
	padding:0 0 1.75em 1em;
	position:relative;
	width:100%;
}

#questions LI {
	float:left;
	margin:0;
	padding:0;
}

#questions A {
	color:#444;
	font-weight:bold;
	margin:0;
	text-decoration:none;
}

#questions A:hover,
#questions A:active,
#questions A.here:link,
#questions A.here:visited {
	font-family: Helvetica, Arial, sans-serif;
	background:#bbb;
}

#questions A.here:link,
#questions A.here:visited {
	position:relative;
	z-index:102;
}

.FAQ_block A:hover,
.FAQ_block A:active {
	background:#EF7100;
	color:#ffffff
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
}

.FAQ_block A:link,
.FAQ_block A:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
}

.FAQ_block A.here:link,
.FAQ_block A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

UL#questions  {
	border-top:1px solid #fff;
	float:left;
	font-weight:normal;
	left:0;
	list-style:none;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	top:1.5em;
	width:100%;
}

UL#questions  LI {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

