.popupmenu
{
  position         : absolute;
  top              : 0px;
  left             : 0px;
  visibility       : hidden;
  width            : 500px;

  background-color : #fff;
  border           : 1px #000 solid;
  z-index          : 100;
  margin           : 0;
  padding          : 0;
}
#zoomtitle
{
  _width           : 502px;
  background-color : #fe0000;
  color            : #fff;
  font-family      : Helvetica;
  font-weight      : bold;
  padding          : 3px;
  margin           : 0;
}

