.pop {
  position: absolute;
  display: inline; 
  padding-left:10px;  
  
  }
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .pop .pop_toggle {
    background-image: url(/images/gfx/button/pop.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 28px;
    overflow: hidden;
    cursor: pointer; }

.active .pop_menu {
  display: block;
  background-color:gray;
  color: #fff;
  position: absolute;
  padding: .6em;
  width: 12em; }
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle 
{
  background-image: url(/images/gfx/button/pop_close.gif);
  z-index: 2000;
  position: absolute;
  top: -3px;
  left: 0;
  padding-left:20px;
   }
