.asmMenu 
{
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	width:300px;
	line-height:115%;	
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	text-align:left;
}			
.asmMenuItem, .asmSelMenuItem
{			
	color: #000;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
    font-size: .9em;
    text-align:left;
}
.asmSelMenuItem
{			
	background: #FF9000;
	color: #fff;
	white-space: nowrap;
	text-align:left;
}
.asmMenuTxtTranslate 
{
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	width:225px;
	line-height:115%;	
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 5;
	white-space: nowrap;
	text-align:left;
}			