.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	border: 1px solid #333;
	background: #ffffff;
	padding: 2px;
	white-space: nowrap;
}
				
.asmMenuItem, .asmSelMenuItem
{			
	cursor: pointer;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
	white-space: nowrap;
}				

.asmMenuItem
{			
	color: #555;
	background: #ffffff;
}

.asmSelMenuItem
{			
	/*background: lightblue;*/
	color: #000;
	background-color: #ffd60e;
}

A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink
{
	color: #000;
	border: solid 1px #333;
	background-color: #ccc;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
	margin:0px;
	text-decoration: none;
}

A:hover.asmNavigationLink
{
	color: #000;
	border: solid 1px #333;
	background-color: #ffd60e;
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
	margin:0px;
	text-decoration: none;
}

#labNpfTitle
{
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

