.asbMenu
{
	border-right: lightsteelblue 1px solid;
	padding-right: 5px;
	border-top: lightsteelblue 1px solid;
	padding-left: 5px;
	font-size: 11px;
	z-index: 1000;
	background: #ffffff;
	padding-bottom: 5px;
	border-left: lightsteelblue 1px solid;
	padding-top: 5px;
	border-bottom: lightsteelblue 1px solid;
	font-family: Verdana;
	white-space: nowrap;
	position: absolute;
}
	
	.asbMenuBase
{
	z-index: 1000;
	position: absolute;
}
	
					
	.asbMenuItem
{
	font-size: 11px;
	background: #ffffff;
	cursor: pointer;
	color: black;
	font-family: Verdana;
	white-space: nowrap;
}
	
	.asbSelMenuItem
{
	font-size: 11px;
	background: #007fc4;
	cursor: pointer;
	color: white;
	font-family: Verdana;
	white-space: nowrap;
}
