addStylePad("bar", "holder-css:holder; pad-css:bar;");
addStyleItem("itemTop", "css:itemTopNormal, itemTopOn, itemTopDown;");
addStyleItem("itemSub", "css:itemSubNormal, itemSubOn, itemSubDown;");
addStyleFont("font", "css:fontNormal, fontOn, fontDown;");
addStyleTag("tag", "css:tagNormal, tagOn, tagDown;");

addStyleMenu("top", "bar", "itemTop", "font", "tag", "", "");
addStyleMenu("sub", "bar", "itemSub", "font", "tag", "", "");

addStyleGroup("group", "top", "topService", "topCatalog", "topAbout");
addStyleGroup("group", "sub", "service", "catalog", "about");

addInstance("ServiceMenu", "Service", "style:group; position:relative menu; offset-top:6px; offset-left:152px;");
addInstance("CatalogMenu", "Catalog", "style:group; position:relative menu; offset-top:28px; offset-left:152px;");
addInstance("AboutMenu", "About", "style:group; position:relative menu; offset-top:48px; offset-left:152px;");