// offset from the top of the page for the SC utility menu
SP_GL_UtilityMenuOffset = 180;

// these are global settings and control the product drop-downs
// to modify menu drop-downs, modify the code on a per-menu basis

//HM_GL_MenuWidth          = "140";
HM_GL_MenuWidth          = "160";
HM_GL_FontFamily         = "Arial,sans-serif";
HM_GL_FontSize           = "HM_IE4?7.5:10";
HM_GL_FontBold           = false;
HM_GL_FontItalic         = false;
HM_GL_FontColor 		= "#002F5D";
HM_GL_FontColorOver 	= "#002F5D";
HM_GL_BGColor 			= "#FFFFFF";
HM_GL_BGColorOver 		= "#D6EFFF";
HM_GL_ItemPadding        = 2;

HM_GL_BorderWidth        = 1;
HM_GL_BorderColor        = "#D1E3FA";
HM_GL_BorderStyle        = "outset";
HM_GL_SeparatorSize      = 1;
HM_GL_SeparatorColor     = "#CCCCCC";

HM_GL_ImageSrc 			 = "/HMenus/HM_More_black_right.gif";
HM_GL_ImageSrcLeft 		 = "/HMenus/HM_More_black_left.gif";
HM_GL_ImageSrcOver 		 = "/HMenus/HM_More_white_right.gif";
HM_GL_ImageSrcLeftOver 	 = "/HMenus/HM_More_white_left.gif";

HM_GL_ImageSize          = 5;
HM_GL_ImageHorizSpace    = 5;
HM_GL_ImageVertSpace     = 2;

HM_GL_KeepHilite         = true;
HM_GL_ClickStart         = false;
HM_GL_ClickKill          = false;
HM_GL_ChildOverlap       = 1;
HM_GL_ChildOffset        = -10;
HM_GL_ChildPerCentOver   = null;
HM_GL_TopSecondsVisible  = 1;
HM_GL_ChildSecondsVisible = .8;
HM_GL_StatusDisplayBuild = 0;
HM_GL_StatusDisplayLink  = 1;
HM_GL_UponDisplay        = null;
HM_GL_UponHide           = null;

HM_GL_RightToLeft        = false;
HM_GL_CreateTopOnly      = true;
HM_GL_ShowLinkCursor     = true;

HM_PG_ScrollEnabled = true;
HM_PG_ScrollOver = false;
HM_PG_ScrollInterval = 20;
HM_PG_ScrollBarHeight = 14;
HM_PG_ScrollBarColor = "lightgrey";
HM_PG_ScrollImgSrcTop = "/HMenus/HM_More_black_top.gif";
HM_PG_ScrollImgSrcBot = "/HMenus/HM_More_black_bot.gif";
HM_PG_ScrollImgWidth = 9;
HM_PG_ScrollImgHeight = 5;
HM_PG_ScrollBothBars = false;
HM_PG_ScrollHeightMin = 30;



//4.3
HM_GL_HoverTimeTop  = 400;
HM_GL_HoverTimeTree = 400;


//Screen Pages
HM_GL_BGColorDisabled = "#888888"
HM_GL_FontColorDisabled = "#CCCCCC"
HM_GL_BGColorNoClick = "#5A2d5f"
HM_GL_FontColorNoClick = "white"
HM_GL_MenuFilter = "none"

