.usteel_associate {
	display: none;
	position: absolute;
	top: 40px;
	width: 100%;
	max-height: 300px;
	box-shadow: 3px 3px 3px #ddd;
	z-index: 100;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 5px 0;
	overflow: auto;
}
.usteel_associate p:first-child {
	border: none !important;
}
.usteel_associate p {
	line-height: 30px;
	padding: 0 10px;
	border-top: 1px solid #ccc;
    font-weight: bold;
	cursor: pointer;
}
.usteel_associate p:hover {
	color: #fff;
    background: #4065af;
}
.usteel_associate p em {
	font-weight: normal;
}
