.MenuAuthoring
{
	display: none;
	background: white;
	border:solid 1px black;
	cursor: hand;
	width: 200px;
	/*position: absolute;*/
}
.MenuItemIcon
{
	width:22px;
	height:18px;
	background-image: url(/Internet/Images/icons/IconBackBlue.gif);
	text-align: center;
}
.MenuItemText
{
	font-size:11px;
	font-family: Arial, Verdana;
	color:black;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
HR
{
	height:1px;
	border: solid 1px #666666;
}