	.asbMenu 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
	}
	
	.asbMenu2 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
		top: 74px;
		left: 240px; 
		width: 184px;
	}
	
	.asbMenu3 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
		top: 100px;
		left: 240px; 
		width: 184px;
	}
	
	.asbMenu4 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position:absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
		top: 150px;
		left: 240px; 
		width: 184px;
	}
	
	.asbMenu5 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
		top: 176px;
		left: 240px; 
		width: 184px;
	}
		
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.asbMenuItem
	{			
		color: blue;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
	}
	
	.asbSelMenuItem
	{			
		color: blue;
		background: lightblue;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}