.asmMenu 
{

  position:absolute;
      width:140px;
      height:100px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      overflow:scroll;
      color:Black;
	direction:rtl;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: blue;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	
	font-family: Arial, Verdana, helvetica, 'sans serif';
	font-size: 9pt;
}


.asmSelMenuItem
{			
	background: lightblue;
	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;
}
