@charset "UTF-8";
/* ==========================================================================
   pd_menu.css
   ========================================================================== */
/* collection */
.gallery {
	position: relative;
	cursor: pointer;
}

/* pd_menu */
#pd_menu {
	display: none;
	position: absolute;
	top: 21px;
	left: 0;
	z-index: 999;
}

#pd_menu ul {
	padding: 9px 14px 12px 10px;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	/*background: url("/shared/img/pulldown_bg_01.png") repeat 0 0;*/
}

#pd_menu li {
	float: none!important;
	margin-right: 0;
	padding-left: 7px;
	width: 140px;
	background: url("/shared/img/pulldown_bg_02.png") no-repeat left center;
}

#pd_menu a {
	color: #fff;
	text-decoration: none;
    line-height: 2em;
}