.asmMenu 
{
	position: absolute;
	/*overflow-y: auto;*/
	z-index: 1002!important;
	
	border: 1px solid lightblue;
	background: #ffffff;
 	/*padding: 5;*/
	white-space: nowrap;
}

.autoContent {
    background-color:#FFFFFF;
    border:1px solid #BDD77F;
    margin-top:3px;
    padding-left:22px;  
    
    background-image:url(../designimages/search_icon.png);
    background-position:left center;
    background-repeat:no-repeat;
}	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: blue;
	background: #ffffff;
	/*cursor: hand;*/
	cursor: default;
	
	font-family: Gill Sans,Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}


.asmSelMenuItem
{			
	background: lightblue;
	white-space: nowrap;
}


A:link.asmNavigationLink, A:active.asmNavigationLink, A:visited.asmNavigationLink, A:hover.asmNavigationLink
{
	color: blue;
	font-family: Gill Sans,Trebuchet MS,Verdana, Arial;
	font-size: 11px;
	margin:0px;
	text-decoration: none;
}
