	.asbMenu 
	{
		border: 1px solid LightGrey;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		width: 200;
		z-index: 1000;
				
	}
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
		
	}
	.asbMenuItem
	{			
		color: black;
		font-family: Arial;
		font-size: 8.5pt;
		background: #FDFBDF;
		cursor: hand;
		width: 205px;
		padding-left: 3px;
		paddi/ng-top: 3px;
		padding-bottom: 3px;
	}
	
	.asbSelMenuItem
	{			
		color: white;
		font-family: Arial;
		font-size: 8.5pt;
		padding: 3;
		background: #4F87C6;
		cursor: hand;
		white-space: nowrap;
		width: 205px;
		padding-left: 3px;
		pa/dding-top: 3px;
		padding-bottom: 3px;
	}
