.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	z-index: 110000;
	width: 207px;
	border: 1px solid lightblue;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	text-align:left;
}
.asmMenu_mini
{
	position: absolute;
	overflow-y: auto;
	z-index: 110000;
	width: 179px;
	border: 1px solid lightblue;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	text-align:left;
}	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: #313133;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
}

.asmMenuItem_mini, .asmSelMenuItem_mini
{			
	color: #313133;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 8pt;
}


.asmSelMenuItem
{			
	background:#dff0fa;
	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;
}


.asmSelMenuItem_mini
{			
	background:#dff0fa;
	white-space: nowrap;
}
