div.box_orange div.center div.asbMenu, .asbMenu
{
	border: 1px solid lightblue;
	background: white;
	position: absolute;
	padding: 0px;
	white-space: nowrap;
	width: auto;
	min-width:160px;
	min-height: 0px;
	height:auto;
	z-index:55;
	
}
/*
#divMenu_Consumer_left1_txtcity{ width:200px; height:200px; overflow:hidden; overflow-y:scroll; }
*/
#divMenu_Consumer_left1_txtcity .asbMenuItem, #divMenu_Consumer_left1_txtcity .asbSelMenuItem{padding:1px; padding-left:5px;}

#divMenu_ctl00_Document_txtFirstName{height:200px; overflow:hidden; overflow-y:scroll;}
#divMenu_ctl00_Document_txtFirstName .asbMenuItem, #divMenu_ctl00_ContentPlaceHolder1_txtEmpSearch .asbSelMenuItem{padding:1px; padding-left:5px;}
#divMenu_ctl00_Document_txtLastName{height:200px; overflow:hidden; overflow-y:scroll; }
#divMenu_ctl00_Document_txtLastName .asbMenuItem, #divMenu_ctl00_ContentPlaceHolder1_txtEmpSearch .asbSelMenuItem{padding:1px; padding-left:5px; }

div.asbMenuBase
{
	position: absolute;
	z-index:55;
}
div.box_orange div.center div.asbMenuItem, .asbMenuItem
{
	background: #FFFFFF;
	font-size: 10px;
	cursor: hand;
	cursor: pointer;
	min-height: 0px;
	height: auto;
	font: normal 11px arial;
	color: #486599;
	padding: 5px;
}

div.box_orange div.center div.asbSelMenuItem, .asbSelMenuItem
{
	color: #486599;
	font:normal 11px arial;
	background:#D3D3D3;
	padding: 5px;
	cursor: hand;
	cursor: pointer;
	min-height: 0px;
	height: auto;
	white-space: nowrap;
}