	.asbMenu 
	{
		border: 1px solid lightsteelblue ;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
		z-index: 1000;
		font-size:12px;
	    font-family:Verdana;
        overflow:auto;
        max-height:300px;
        min-width:433px;     
	}
	
	.asbMenuBase
	{
		position: absolute;
		z-index: 1000;
	}
	
					
	.asbMenuItem
	{			
	    font-size:12px;
	    font-family:Verdana;
		color: black;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}
	
	.asbSelMenuItem
	{		
	    font-size:12px;
	    font-family:Verdana;	
		background: #007FC4;
		color:White;		
		cursor: hand;
		cursor: pointer;
		white-space: nowrap;
	}