.applemenu {
  margin: 5px 0;
  padding: 0;
  width: 100%; /*width of menu*/
}

.a_question{
	text-decoration: none;
}

.a_question:hover{
	color: white;
}
.a_answer{
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.applemenu h3{
  margin: 8px 0px 3px 0px;
  font-size: 1.3em;
}

.applemenu .faq_question {
  background: url('img/tab_bg.gif') no-repeat center left;
  cursor: pointer;
  font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
  /* font-weight:bold; */
	color:#383667;
  display: block;
  position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
  width: auto;
  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/tab_bg_selected.gif');
  /* font-weight:bold; */
	color:white;
}

.applemenu .faq_answer { /*DIV that contains each sub menu*/
text-decoration: none;
  padding: 5px;
  padding-top: 50px;
/*  border: inset 2px;
  /*height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
 /* background-color: #eeeeee;*/
}

.btn_up
{
text-align : center;
bottom: 15px;
right: 25px;
cursor: pointer;
}

#text_up {
	/*line-height:20px;*/
	text-decoration:none;
	text-align:center;
}

#text_up:hover{
	text-decoration:underline;
	text-align:center;
}

#hover_arrow{
	text-decoration: none;
}

#hover_arrow:hover{
	background-image: url('img/up_selected.png');
	text-decoration: none;
}
