	
	.divViewedStocksClass
	{	
		position: absolute;
		top: 29px;
		left: 474px;
		z-index: 401;
	}
	
	.asbMenuBase
	{
		z-index: 399;
	}
	
	.asbTickerClass
	{	position: absolute;
		top: 29px;
		left: 370px;
		width: 101px;
		height: 16px;
		border-color: #F0F0F0;
		border-width: 2px;
		border-style: ridge;
		color: Red;
		font-size:12px;
		font-family: Verdana, Arial;
		font-style: normal;
		z-index: 398;
	}

	.asbMenu 
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		top: 54px;
		left: 370px;
		white-space: nowrap;
		z-index: 397;
	}
	
	.asbMenuIE
	{
		border: 1px solid lightblue;
		background: #ffffff;
		position: absolute;
		top: 0px;
		left: 0px;
		white-space: nowrap;
		z-index: 395;
	}
	
	.asbMenuBaseIE
	{
		position: absolute;
		top: 54px;
		left: 370px;
		z-index: 394;
	}
	
					
	.asbMenuItem
	{			
		color: blue;
		background: #ffffff;
		cursor: pointer;  
		cursor: hand;
	}
	
	.asbSelMenuItem
	{			
		color: blue;
		background: lightblue;
		cursor: pointer;  
		cursor: hand;
		white-space: nowrap;
	}
	
	.searchHighlight
	{
		text-decoration:none; 
		font-weight:bold; 
		color:black; 
		background:yellow;
	}		