.asmMenu 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	
	border: 1px solid black;
	background: #ffffff;
	padding: 2px;
	white-space: nowrap;
	width: 200px;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
}


.asmSelMenuItem
{			
	color: White;
	background: #003399;
	white-space: nowrap;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: black;
	margin:0px;
	text-decoration: none;
}
