.asbMenu
{
	border: 1px solid #a7acb2;
	background: #ffffff;
	position: absolute;
	white-space: nowrap;
	z-index: 1000;
	width: 175px;
	font-size: 10px;
	font-family: Arial;
}

.asbMenuBase
{
	position: absolute;
	z-index: 1000;
}

.asbMenuItem
{
	color: #505050;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	padding: 1px;
}

.asbSelMenuItem
{
	color: #ffffff;
	background: #e90512;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1px;
}
