.applemenu {
  margin: 5px 0;
  padding: 0;
  width: 100%; /*width of menu*/
}

.applemenu .faq_question {
  background: url('img/button_asc.jpg') no-repeat center left;
  font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
  font-size:13px;
  color:black;
  font-weight:bold;
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: 700px;
  padding: 5px 0;
  padding-left: 8px;
  text-decoration: none;
}

.applemenu .faq_question:visited, .applemenu .faq_question:active{
}

.applemenu div.selected, .applemenu .faq_question:hover {
  background-image: url('img/button_asc_select.jpg');
  font-weight:bold;
	color:white;
	cursor:pointer;
}

.applemenu .faq_answer { /*DIV that contains each sub menu*/
  padding: 5px;
  color:black;
  /*height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
  width: 690px;
  background-color: #FFF1E0;
}

.applemenu .faq_answer a:link {color:#ce007c;}      /* unvisited link */
.applemenu .faq_answer a:visited {color:#ce007c;}
