.asbMenu
{
	border: 1px solid #9FA5AC;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
	z-index: 1000;
	padding: 2px;
	min-width: 160px;
	_width: 160px;
}
.asbMenuBase
{
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}
.asbMenuItem
{
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
}
.asbSelMenuItem
{
	color: white;
	background: #9FA5AC;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}
.asbFloatLeft
{
	float: left;
	margin-left: 0px;	
}