.pop {

 position: relative;
  left:0;
  bottom: 34px;
  z-index: -1;  width:0;
  padding:0;
  height:0;
  color: #FFFFFF;
}
  .pop .pop_menu {
    display: none;
	color: #F00;
	width:0;height:0;
    padding: 0;
/*	text-indent: -99999px;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  .pop .pop_toggle {
    background-image: url(../images/readBtn.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 34px;
    height: 34px;
	overflow: hidden;
	z-index:2000;
    cursor: pointer; }

.active .pop_menu {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  position: relative;
  z-index: 1999;
  padding: .6em 1em .6em 3.4em;
  width: 29.4em;
  left:-2px;
  top:-2px;
  height: auto;
  	text-indent: inherit;
    filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;

 }
  .active .pop_menu a {
    color: #fff; }
.active .pop_toggle {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/readBtn.png);
  z-index:2002;
}
