// Local Copy of SKY's global nav, used to prune some of the extras that are not needed

var skynav_oGlobalNav = {
	config :
	{
		moreImgSrc : "https://mysky.sky.com/images/skycom/extended-grid/firstbase/SILVER/gn-more.gif",
		childDisplayEvent : "mouseover", // options: "mouseover", "click"
		// childDisplayEvent : "click", // options: "mouseover", "click"
		childHideTimer : 500,  //relevant if childDisplayEvent == "mouseover" only

		childColumnItems : 10,
		childItemWidth : 105,
		childGutterWidth : 15,
		childMarginSides : 15,
		childMarginTopBot : 3,

		topBorderColour : "#cccccc",	
		bottomBorderColour : "#3c3c3c",
		itemDividerColour : "#363636",
		bgColour : "#000000",
		textColour : "#ffffff",
		hoverColour : "#ffffff",
		childHoverColour : "#2e8ab9"
	},
	types:
	{
		skysites:
		{
			config:
			{
				// overwrite general config values for this type
				topBorderColour : "#cccccc",
				bottomBorderColour : "#3c3c3c",
				itemDividerColour : "#363636",
				bgColour : "#000000",
				textColour : "#ffffff",
				hoverColour : "#ffffff",
				childHoverColour : "#2e8ab9"
			},
			menus:
			{
				right : [
					{text: "Join Sky", link: "http://www.sky.com/portal/site/skycom/skyproducts/getsky?&lid=GLOBALNAV_SKY_JOIN&lpos=GLOBAL_NAV"},
					{text: "Sky Customers", link: "https://mysky.sky.com/portal/site/skycom/mysky?sd=hbd&lid=GLOBALNAV_CUSTOMER_SUPPORT&lpos=GLOBAL_NAV"},
					{text: "Email & Tools", link: "http://mysky.sky.com/portal/servlet/ssorouter?tc=portlets-tools-page&ts=ToolsRedirectServlet&event=tools&lid=GLOBALNAV_TOOLS&lpos=GLOBAL_NAV"}
				],
				left : [
					{text: "Sky.com", link: "http://www.sky.com?&lid=GLOBALNAV_SKY_COM&lpos=GLOBAL_NAV", image: "https://mysky.sky.com/images/skycom/extended-grid/firstbase/SILVER/gn-skycom.gif"}
				]
			}
		}
	}
};
