	.asbMenu 
	{
		border: 1px solid #7d9eb7;
		background: #ffffff;
		position: absolute;
		padding: 0;
		white-space: nowrap;
		z-index: 1000;		
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.asbMenuItem
	{		
		text-align:left;
		text-indent: 5px;	
		color: #000000;
		font-family:Arial;
		font-size:12px;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		min-width: 202px;
	}
	
	.asbSelMenuItem
	{			
		text-indent: 5px;
		font-family:Arial;
		font-size:12px;
		color: blue;
		background: lightblue;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
		text-align:left;
	}