td div.browse_actions div.menubox, div.menubox 
{	position: absolute;
	margin: 0px 0px 0px 0px;
	padding:0px;
	background: #fff;
	border: 1px solid #000;
	z-index:99999;
	}

td div.browse_actions div.menubox a, div.menubox a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #000;
		font: 11px arial;
}
		
td div.browse_actions .menubox a:hover, .menubox a:hover
	{	background: #49A3FF;
		color: #FFF}
