	.asbMenu 
	{
		border: 1px solid #cccccc;
		background: #ffffff;
		position: absolute;
		padding: 5;
		white-space: nowrap;
	}
	
	.asbMenuBase
	{
		position: absolute;
	}
	
	.t1
	{
	    width: 160px;
	    float: left;
	    display: block;
	}	
	
	.t2
	{
	    width: 224px;
	    float: right;
	    display: block;
	}
	
	.t3
	{
	    width:386px;
	    display:block;  
	    height: 13px; 
	    overflow: hidden; 
	}
					
	.asbMenuItem
	{		
	    width:386px;	
	    font: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
		color: black;
		background: #ffffff;
		cursor: hand;
		cursor: pointer;
		display:block;
	}
	
	.asbSelMenuItem
	{			
	    width:386px;	
		background: #B91450;
	    color: White;
		cursor: hand;
		cursor: pointer;
	    font: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    font-weight: normal;
	    display:block;
	}	
