	.asbMenu 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
		font-size:11px;
		FONT-FAMILY:  Arial, Helvetica, sans-serif;
		padding-bottom:16px;
		padding-right:5px;
		padding-left:5px;
	}
	
					
	.asbMenuItem
	{			
		color:#8e8c85;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbSelMenuItem
	{			
		color: blue;
		background: #F2F2F2;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}
	