	.asbMenu 
	{
		border: 1px solid gray;
		background: #ffffff;
		position: absolute;
		padding: 5px;
		white-space: nowrap;
		font-family: Tahoma;
		font-size:xx-small;
		text-align: left;
		width: 200px;
	}
	
	.asbMenuBase
	{
		position: absolute;
	}
	
					
	.asbMenuItem
	{			
		color: Gray;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbSelMenuItem
	{			
		color: #ffffff;
		background-color: Navy;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}
