.pop {
	position: absolute;
	display: inline;
	margin-left: 391px;
}

.pop .pop_menu {
	display: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity:.97;
	filter:alpha(opacity=97);
	top: 28px;
}

.pop .pop_toggle {
	background-image: url(../images/common/search-listing-up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 296px;
	height: 28px;
	overflow: hidden;
	cursor: pointer; 
}

.active .pop_menu {
	display: block;
	background-color: #fffae5;
	color: #000000;
	position: absolute;
	width: 310px;
	border: 1px solid #efe7d5;
}

.active .pop_menu a {
	
}

.active .pop_toggle {
	z-index: 2000;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/common/search-listing-down.gif); 
}
