<root>
	<styles>		
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/webbrowser/webbrowser.css" />
	</styles>

	<WebBrowserMoreMenu class="ContextMenu"  tabindex="auto" selectionpos="auto" >
		<Panel id="ContextMenuBody" class="ContextMenuBody" childfocusonhover="true">
			<Button id="LinkInNewTabButton" class="Button" onactivate="ContextMenuEvent( BrowserOpenLinkUnderCursorInNewTab() )">
				<Label text="#Web_OpenInNewTab" />
			</Button>
			<ParentalButton id="EditButton" class="Button" onactivate="ContextMenuEvent( BrowserURLEdit() )">
				<Label text="#Web_Edit" />
				<Image id="ParentalLockImageLocked" src="file://{images}/locked_acct.png" />
			</ParentalButton>
			<Button class="Button" onactivate="ContextMenuEvent( BrowserBack() )">
				<Label text="#Web_Back" />
			</Button>
			<Button class="Button" onactivate="ContextMenuEvent( BrowserReload() )">
				<Label text="#Web_Reload" />
			</Button>
			<Button id="ZoomButton" class="Button" onactivate="ContextMenuEvent( BrowserZoom() )">
				<Label text="#Web_Zoom" />
			</Button>
			<Button class="Button" onactivate="ContextMenuEvent( BrowserCopyURL() )">
				<Label text="#Web_CopyURL" />
			</Button>
			<ParentalButton class="Button" onactivate="ContextMenuEvent( BrowserAddBrowserFavorite() )">
				<Label text="#Web_AddFavorite" />
				<Image id="ParentalLockImageLocked" src="file://{images}/locked_acct.png" />
			</ParentalButton>
			<ParentalButton class="Button" onactivate="ContextMenuEvent( BrowserAddTab() )">
				<Label text="#Web_AddTab" />
				<Image id="ParentalLockImageLocked" src="file://{images}/locked_acct.png" />
			</ParentalButton>
			<Button class="Button" onactivate="ContextMenuEvent( BrowserCloseTab() )">
				<Label text="#Web_CloseTab" />
			</Button>
		</Panel>
	</WebBrowserMoreMenu>
</root>
