	.asbMenu 
	{
		border: 5px solid #DD5900;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
		line-height:17px;
		background: #dd5900;
	}
	
					
	.asbMenuItem
	{	
		height:20px;		
		color: blue;
		background: #ffffff;
		cursor: hand;
		/*border-bottom: 1px solid #dd5900;*/
			
			
	}
	
	.asbSelMenuItem
	{	
		padding: 15;
		height:20px;		
		color: White;
		background: #dd5900;
		cursor: hand;
		white-space: nowrap;
		
	}
