h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E8130D;
	text-decoration: none;
}

.pop {
  position: absolute;
  display: inline; 
  left:300px;
  }
  
  .pop .pop_menu {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
	}
	
  .pop .pop_toggle {
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    overflow: hidden;
    cursor: pointer; 
	}

.active .pop_menu {
  display: block;
  background-color: #007dc4;
  color: #fff;
  position: absolute;
  padding: .6em;
  width: 31em; 
  }
  
  .active .pop_menu a {
    color: #fff; 
	}
	
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/button-close.png); }
