.pop {
  position: absolute;
  display: inline;
 
}

.pop_menu{
    overflow: auto;
    max-height: 200px;

}
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    /***************************/
    top:22px;
    left: -146px;
  }

  div.pop_menu table{
      max-height: 200px;
      text-align: left;
}

  div.pop_menu table td{
      padding-right: 3em;
}

  .pop .pop_toggle {
    /*background-image: url(/images/arrow-down.gif);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    /*width: 20px;*/
    /*height: 20px;*/
    overflow: hidden;
    cursor: pointer;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    height:16px;
    width:16px;
    padding: 1px 1px 2px 2px;
  }

.active .pop_menu {
  display: block;
  background-color: white;
  color: black;
  position: absolute;
  padding: .6em;
  /*width: 12em;*/
  border-color:black;
  border-style:solid;
  border-width:1px;
  /*************************/
  position: relative;
}
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  /*background-image: url(/images/arrow-up.gif);*/ }
