	.asbMenu 
	{
		position: absolute;
	border:0px;	
	width:255px;
	background: #848484;	
	white-space: nowrap;
	padding-left:2px;
	
	}
	
	.asbMenuBase
	{
		position: absolute;
	}
	
					
	.asbMenuItem
	{			
		color: #000000;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #f6f6f6;
	font-weight: bold;
	}
	
	.asbSelMenuItem
	{			
		white-space: nowrap;
	background-color: #3d3c3c;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}