.applemenu{
  margin: 5px 0;
  padding: 0;
  width: 100%; /*width of menu*/
}

.applemenu div.silverheader{
    background-color:#eee;
	color:#333;
    border: 1px solid #ddd;
    display: block;
    font-size: 14px;
    font-weight:normal;
    padding: 5px;
	cursor:pointer;
}

.applemenu div.silverheader:visited, .applemenu div.silverheader:active{
}

.applemenu div.selected, .applemenu div.silverheader:hover{
    background-color: #f8f8f8;
    border: 1px solid #eee;
    display: block;
    font-size: 14px;
    font-weight:normal;
    padding: 5px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
  /*padding: 15px;
  height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
  background-color: #fff;
}
.applemenu div.submenu a{ 
	color:#073954;
	background-color:inherit;
 	text-decoration:underline;
}
.applemenu div.submenu a:hover{ 
	color:#0078be;
	background-color:inherit;
	/*text-decoration:none !important;*/
 	text-decoration:underline;
}
.faq_answer p{
	padding:0 0 10px;
}
.table-faq{
	border:1px solid #C6D6DF;
	margin:10px 0 0 0;
}
table.table-faq  tbody tr td{
	padding:5px;
}
table.table-faq  tbody tr td p strong{
	color:#2b6889;
	background-color:inherit;
	padding:5px;
}
.faq{
	background:url(img/faq.gif) no-repeat 0 0;
	width:71px;
	height:50px;
	float:left;
	margin:0 10px 10px 0;
	color:#666;
}
	