#autoArea{
	position: absolute;
	z-index:10;
	background: white;
	min-width: 250px;
	display: none;
	border: 1px solid #DCDCDC;
}

#autoArea a {
    display: block;
    color: black;
    padding: 0 12px;
    line-height: 2rem;
	text-decoration: none;
}

#autoArea a:hover, #autoArea a:active, #autoArea a:focus  {
    background: rgba(0,0,0,0.025);
}

#autoArea a.active{
    background: rgba(0,0,0,0.05);
}