span.popup {display: none;}
a:visited.popup span{display: none;}
a:hover span.popup {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:220px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 10px/12px verdana;
  color: #000;
  text-align:left;
  display: inline;
  z-index: 9999999;
  }


span.popupcphclubs {display: none;}
a:visited.popupcphclubs span{display: none;}
  
a:hover span.popupcphclubs {
  position: absolute;
  margin:15px 0px 0px 20px;
  background-color: beige;
  max-width:400px;
  width:400px;
  padding: 2px 10px 2px 10px;
  border: 1px solid #C0C0C0;
  font: normal 12px verdana;
  color: #000;
  text-align:left;
  display: inline;
  z-index: 9999999;
  top: 205px;
  left: 220px;
  overflow: visible;
  }
  
span.popupcphclubszip{
  font: normal 9px verdana;
}