	.asbMenu 
	{
		border: 1px solid #cccccc;
		background: #ffffff;
		position: absolute;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.asbMenuItem
	{			
		color: #FF000D;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		margin-left:10px;
		margin-right:10px;
	}
	
	.asbSelMenuItem
	{			
		color: #000000;
		background: #ededed;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
		margin-left:10px;
		margin-right:10px;

	}