	.asbMenu 
	{
		border: 1px solid black;
		background: #ffffff;		
		white-space: nowrap;
		z-index: 9000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		font-family:Tahoma;
		z-index: 9000;
	}
					
	.asbMenuItem
	{		
		font-size:small;			
		color: black;
		background: #ffffff;
		cursor: hand;
		z-index: 9000;
	}
	
	.asbSelMenuItem
	{
		color: #ffffff;			
		background: lightblue;
		cursor: hand;
		white-space: nowrap;
		z-index: 9000;
	}