.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	width:220px;
	border: 1px solid slategray;
	background: whitesmoke;
	padding: 5;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	

}
	
				
.asmMenuItem, .asmSelMenuItem
{			
		
	color: #3B6C9D;
	background: whitesmoke;
	cursor:hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.asmSelMenuItem
{			
	background: lightblue;
	white-space: nowrap;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: #736AFF;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
	margin:0px;
	text-decoration: none;
}

