Skinning Contextual Menu

How and where do I skin the context menu that pops up when right clicking?


hello,


the skin of the context menu is set in the second parameter of menu constructor:


menu = new dhtmlXMenuObject(null,“standard”);


the corresponding css from dhtmlxMenu/codebase/skins/ should be included.