﻿.CompletionMenu 
	{
		border: 1px solid lightblue;
		background: #ffffff;		 
		white-space: nowrap;
		z-index: 1000;
		height:200px;
		width:400px; 
		overflow-y:scroll;
	}
	
	.CompletionMenuMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.CompletionMenuItem
	{			
		font-family:Arial;
		font-size: 10px;
		color: black;
		background: #ffffff;
		 
	}
	
	.CompletionSelMenuItem
	{			
		font-family:Arial;
		font-size: 10px;
		color: black;
		background: #F4F1ED;		 
		white-space: nowrap;
	}
