@charset "UTF-8";
/* CSS Document */


.asbMenu 
{
	clear:both;
	display:block;
	border: 1px solid lightblue;
	background: #ffffff;
	position: absolute;
	padding: 5;
	white-space: nowrap;
	z-index: 1000;
	
	
}

.asbMenuBase
{
	position: absolute;
	z-index: 2000;
	height:200px;
	overflow:auto;

}

				
.asbMenuItem
{			
	color: #550055;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	width:100%;
}



.asbSelMenuItem
{			
	color: #fff;
	background:#666;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	width:100%;
}
