.pop {
 position:relative;
  display: inline; }
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .pop .pop_toggle {
    background-image: url(../images/morecols.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 96px;
    height: 18px;
    overflow: hidden;
    cursor: pointer; }

.active .pop_menu {
  display: block;
  background-color: #f3f3f3; 
  border:1px solid #0099FF;
  position: absolute;
  padding: .6em;
  width: 12em; 
  margin-left:-1px;
  margin-top:-2px;
 }
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  z-index: 2000;
 
  top: 0;
  left: 0;
 
 }

