.ace_dd {
    display: none;
    border: 1px solid #aaa;
    position: absolute;
    background: white;
    z-index: 1000;
    min-width: 240px !important;
    width: 240px !important;
    /*top: 100px !important;*/
    margin-left: -235px !important;
}

a.ace_opt {
	padding: 10px 11px;
	display: block;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
}

a.ace_opt:hover {
    background-color: #f0f0f0;
    color: #0654ba;
    text-decoration: none;
    min-width: 238px !important;
    width: 238px !important;
}
