.asbMenu
{
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	background-color : inherit;
	position: absolute;
	padding: 5;
	white-space: nowrap;
}

.asbMenuBase
{
	position: absolute;
}


.asbMenuItem
{
	color:#5f616d;
	background-color : window;
	cursor: hand;
	cursor: pointer;
	padding-left:2px;
}

.asbSelMenuItem
{
	color:#5f616d;
	background-color: #FFE7AB;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}
