.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	z-index: 100;	
	border: 2px solid #ececec;
	background: #ffffff;
	padding: 1px;
	white-space:normal;
	width: 200px;
}

							
.asmMenuItem, .asmSelMenuItem, .asmMenuItemAlt
{			
	cursor: hand;
	cursor: pointer;	
	font-family: Verdana, helvetica, 'sans serif';
	font-size: 8pt;
	border: 1px solid #ececec;	
	padding: 1px;
	white-space:normal;
}

.asmMenuItem
{			
	background: #ffffff;
	color: black;
}

.asmMenuItemAlt
{			
	background: #ececec;
	color: black;
}

.asmSelMenuItem
{			
	background: #646459;
	color: white;	
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: black;
	font-family: Verdana, helvetica, 'sans serif';
	font-size: 8pt;
	margin:0px;
	text-decoration: underline;
	padding: 1px;
}
