	.asbMenu 
	{
		border: 1px solid #666666;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
					
	.asbMenuItem
	{			
		color: #000000;
		background: #ffffff;
		padding: 0em .2em 0em .2em;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbSelMenuItem
	{			
		color: #ffffff;
		padding: 0em .2em 0em .2em;
		background: #3372b6;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}
