.asmMenu
{
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	background: white;
	white-space: nowrap;
	width: 350px;
	left: 10px;
	border-right: lightsteelblue 2px solid;
	border-top: lightsteelblue 1px solid;
	border-left: lightsteelblue 1px solid;
	border-bottom: lightsteelblue 2px solid;
}
	
				
.asmMenuItem, .asmSelMenuItem
{
	color: royalblue;
	background: white; /*#FFF1D0 #E9F0FA*/
	cursor: hand;
	cursor: pointer;
	padding: 5px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
}


.asmSelMenuItem
{
	white-space: nowrap; /*padding: 5px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background: url(mItemHBack.gif) #ffd69a repeat-x center top; */
	color: royalblue;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: blue;
	font-family: Tahoma, Arial, Verdana;
	font-size: 9pt;
	margin:0px;
	text-decoration: none;
}

.autoSuggestSymbol
{
	color: peru;
}
