.leftpress {
  float: left;
  margin: 15px 0;
  padding: 10;
 
  
}


.pressmenu {
float: right;
  margin: 5px auto;
  padding: 0;
  width: 90%; /*width of menu*/
}

.pressmenu .press_question {
  
  font: normal 12px Helvetica, sans-serif;
  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;
}

.pressmenu .press_question:visited, .pressmenu .press_question:active{
}

.pressmenu div.selected, .pressmenu .press_question:hover {

  font-weight:bold;
	color:black;
}

.pressmenu .press_answer { /*DIV that contains each sub menu*/
  padding: 5px ;

 
  
  /* height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/

}

