﻿.asmMenu 
{
	width:185px;
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	border: 1px solid black;
	background-color:#f0f0f0;
	padding: 5;
	white-space: nowrap;
	display:block;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	text-align:left;
	color: black;
	cursor: hand;
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 9pt;
	display:block;
}


.asmSelMenuItem
{	
	width:185px;
	text-decoration:underline;
	white-space: nowrap;
	display:block;
}


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;
}
