.ui-autocomplete {
	max-height: 350px;
	overflow-y: auto;
	padding:15px 0;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .2);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .2);
	box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, .2); margin-left:2px;

	z-index:2 !important;
	/* prevent horizontal scrollbar */
		overflow-x: hidden;/* add padding to account for vertical scrollbar */
	/*top: 344px !important;*/
	top: 265px !important;
	}
/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
	height: 300px;
}
.ui-menu-item, .ui-menu-item a {
	/*width:740px;*/
}
.ui-menu-item {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.ui-menu-item a{ border-radius: 0; }
