.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5;

	border: 1px solid black;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	
	direction: rtl;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: #000000;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
}


.asmSelMenuItem
{			
	background: #3399ff;
    color:#ffffff;
	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;
}
