.asbMenu 
{
	border: 1px solid black;
	/*Hawzeh border:1px solid #86A3D2;*/
	background: #ffffff;
	padding: 0;
	white-space: nowrap;
	text-align:right;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	/*overflow:hidden;*/
	position:absolute
}

/*
div.asbMenuItem {
background:#FFFFED none repeat scroll 0 0;
color:black;
cursor:pointer;
font-weight:normal;
}


div.asbSelMenuItem {
background:#F5F5F5 none repeat scroll 0 0;
color:FireBrick;
cursor:pointer;
font-weight:bold;
white-space:nowrap;
}
*/

div.asbMenuItem
{			
	color:Brown;
	background: #ffffff;
	cursor: pointer;
	font-weight:normal;
}

div.asbSelMenuItem
{
	color: White;
	background: #efa65e;
	cursor: hand;
	cursor: pointer;
	font-weight:bold;
	white-space: nowrap;
}

.asbMenuBase
{
	position: absolute;
	margin-right:-117px;
	margin-top:6px;
}
