	.asbMenu 
	{
		border: 1px solid #b4def6;
		background: #ffffff;
		position: absolute;
		padding: 0;
		white-space: nowrap;
		z-index:100;
		width:138px;
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index:100;
	}
	
					
	.asbMenuItem
	{
		font-family:Arial;
		font-size:11px;
		color: #459aca;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		padding: 6px;
		z-index:100;
	}
	
	.asbSelMenuItem
	{	
		font-family:Arial;
		font-size:11px;
		color: blue;
		background: lightblue;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
		padding: 6px;
		z-index:100;
	}