.asmMenu 
{
    width: 250px;
	position: absolute;
	overflow-y: auto;
	z-index: 5;
	
	border: 1px solid #a6d0e7;
	background: #f2f9fd;
	padding: 5;
	white-space: nowrap;
	font-size: 1.3em;
	text-align: left;
}
	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: #004871;
	background: #fff;
	cursor: hand;
	cursor: pointer;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.asmSelMenuItem
{			
	background: #d3ebf9;
	white-space: nowrap;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: #004871;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	text-decoration: none;
}

