.asbMenu
{
	
	border: black 1px solid;
	margin-top: -2px;
	WHITE-SPACE: nowrap;
	position: absolute;
	}
	
.asbMenuBase
{
	position: absolute;
}
	
		
.asbMenuItem
{
	padding-right: 100px;
	padding-left: 1px;
	background: #c0ccea;
	padding-bottom: 1px;
	cursor: pointer;
	color: black;
	padding-top: 1px;
	font-size: 12px;
	font-family: Arial;
}
	
	.asbSelMenuItem
	{			
		color: white;
		background: #2459a5;
		cursor: pointer;
		white-space: nowrap;
		padding: 1px;
	    padding-right: 100px;
    	font-size: 12px;
    font-family: Arial;	
	}
	
	.found
	{
		font-weight:bold;
	}

		
	.more, .more a, .more a:visited, .more a:hover, .more a:active, .more a:link
	{
		background-color: #444444;
		color:white;
		font-size: 12px;
	}
