//==================================================================================================
// Configuration properties
//==================================================================================================
TransMenu.spacerGif = "/assets/images/transmenu/x.gif";                     // path to a transparent spacer gif
TransMenu.dingbatOn = "/assets/images/transmenu/submenu-on.gif";            // path to the active sub menu dingbat
TransMenu.dingbatOff = "/assets/images/transmenu/submenu-off.gif";          // path to the inactive sub menu dingbat
TransMenu.dingbatSize = 14;                            // size of the dingbat (square shape assumed)
TransMenu.menuPadding = 5;                             // padding between menu border and items grid
TransMenu.itemPadding = 3;                             // additional padding around each item
TransMenu.shadowSize = 2;                              // size of shadow under menu
TransMenu.shadowOffset = 3;                            // distance shadow should be offset from leading edge
TransMenu.shadowColor = "#888";                        // color of shadow (transparency is set in CSS)
TransMenu.shadowPng = "/assets/images/transmenu/grey-40.png";               // a PNG graphic to serve as the shadow for mac IE5
TransMenu.backgroundColor = "#FFFFFF";                   // color of the background (transparency set in CSS)
TransMenu.backgroundPng = "/assets/images/transmenu/white-90.png";          // a PNG graphic to server as the background for mac IE5
TransMenu.hideDelay = 1000;                            // number of milliseconds to wait before hiding a menu
TransMenu.slideTime = 200;                             // number of milliseconds it takes to open and close a menu
