.ace_dd {
	display: none;
	position: absolute;
	background: #ba0422;
	z-index: 1000;
}
a.ace_opt {
	padding: 10px 11px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	color:#fff;
}
a.ace_opt:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	text-decoration: none;
}
