.asmMenu 
{
	position: absolute;
	/* overflow-y: auto;*/
	z-index: 1002!important;
	/*border: 1px solid black;
	background: #FFF;
 	padding: 5;*/
	white-space: nowrap;
}

.autoContent {
    background-color:#FFFFFF;
    border:1px solid #000;
   /* margin-top:3px;
    padding-left:22px;  
         background-image:url(../designimages/search_icon.png);   
    background-position:left center;
    background-repeat:no-repeat; */
}	
				
.asmMenuItem, .asmSelMenuItem
{			
	color: black;
	background: #ffffff;
	/*cursor: hand;*/
	cursor: default;
	font-family: 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: Verdana, Arial;
	font-size: 11px;
	margin:0px;
	text-decoration: none;
}

