.asbMenu
{
	color:#666666; 
	font-family:sans-serif; 	font-size:11px;
	border: 1px solid #9FA5AC;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
	z-index: 1000;
	padding: 2px;
}
.asbMenuBase
{
	color:#666666; 
	font-family:sans-serif; 	font-size:11px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}
.asbMenuItem
{
	color:#666666; 
	font-family:sans-serif; 	font-size:11px;
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
}
.asbSelMenuItem
{
	color: white;
	background: #666666;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}
.asbFloatLeft
{
	float: left;
	margin-left: 0px;	
}
