.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	width:141px;
	
	border: 1px solid #000000;
	background: #ffffff;
	padding: 0;
	white-space: nowrap;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: #000000;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	padding-left:3px;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:3px;
	font-size:10px;
	font-family: tahoma;
}


.asmSelMenuItem
{			
	background: #3366CC;
	white-space: nowrap;
	color:#ffffff;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: #000000;
	font-size:10px;
	font-family: tahoma;
	margin:10px;
	text-decoration: none;
}
