.asmMenu 
{
	position: absolute;
	overflow: auto;
	z-index: 5;
	border: 1px solid lightblue;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	width:150px;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: #5f96c0;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
}


.asmSelMenuItem
{			
	background: #e5e7e7;
	white-space: nowrap;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: blue;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
	margin:0px;
	text-decoration: none;
}

