.termContainerRight{ 
  filter: alpha(opacity=0);
  opacity: 0;
  display: inline; 
  width: 235px;  
  margin-left: 2px;
  background-image:url('termArrow.gif');
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9999;
}

.termExplainedRight{
  margin-left: 10px;   
  background-color:#a1a370;
  padding: 10px;
  color: White;
  font-weight: bold;
}

.termContainerLeft{
  display: inline; 
  width: 235px;  
  background-image:url('termArrowRight.gif');
  background-repeat: no-repeat;  
  position: absolute;
  margin-left: -240px;
  z-index: 9999;
}

.termExplainedLeft{
  margin-right: 10px;  
  background-color:#a1a370;
  padding: 10px;
  color: White;
  font-weight: bold; 
}

a.term{
  color: rgb(107, 99, 100);
  border-bottom: 1px dotted rgb(107, 99, 100);
  text-decoration: none;
}

