	.asbMenu 
	{
		border-right: 1px dashed #99B3CC;
		border-left: 1px dashed #99B3CC;
		border-bottom: 1px dashed #99B3CC;		
		background: #F3F6F9;
		position: absolute;
		padding: 5px;
		width: 596px;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.asbMenuItem
	{			
		color: #333333;
		padding: 3px;
		font-size: 10pt;
		background: #F3F6F9;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbSelMenuItem
	{			
		color: #333333;
		padding: 3px;
		font-size: 10pt;
		background: #99B3CC;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}
