.ui-menu {
    padding: 0px !important;
    border: 1px solid black;
    background-color: white;
    overflow: auto !important;
    z-index: 99999;
    max-height: 230px;
    font: 0.7em/1 Arial,Helvetica,sans-serif;
}

.ui-menu ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ui-menu li {
	margin: 0px;
	/*padding: 2px 5px;*/
	cursor: default;
	display: block;
	/* 
	if width is 100% horizontal scrollbar will appear 
	*/
	/*width: 100%;*/
	font-size: 12px;
	/* 
	if line-height is not set or set 
	in relative units scroll will break in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ui-menu .ui-state-active {
    background-color: #0A246A !important;
    color: white !important;
}

.ui-menu .ui-small-corner-all {
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; 
}

.ui-autocomplete-loading {
	background: white url('../../../images/3rdparty/jqueryui_images/indicator.gif') right center no-repeat;
}

.ui-autocomplete a.ui-menu-item-alternate {
        background-color: #eee;
 }
