//==================================================================================================
// Configuration properties
//==================================================================================================
TransMenu.spacerGif = "/Cobrander/FranklinSynergyBank/Custom/x.gif";              // path to a transparent spacer gif
TransMenu.dingbatOn = "/Cobrander/FranklinSynergyBank/Custom/submenu-on.gif";                   // path to the active sub menu dingbat
TransMenu.dingbatOff = "/Cobrander/FranklinSynergyBank/Custom/submenu-off.gif";                 // path to the inactive sub menu dingbat
TransMenu.dingbatSize = 14;                               // size of the dingbat (square shape assumed)
TransMenu.menuPadding = 0;                                // padding between menu border and items grid
TransMenu.itemPadding = 4;                                // 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 = "#ABABAB";                        // color of shadow (transparency is set in CSS)
TransMenu.shadowPng = "/Cobrander/FranklinSynergyBank/Custom/grey-40.png";        // a PNG graphic to serve as the shadow for mac IE5
TransMenu.backgroundColor = "#989898";                    // color of the background (transparency set in CSS)
TransMenu.backgroundPng = "/Cobrander/FranklinSynergyBank/Custom/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 = 400;                                // number of milliseconds it takes to open and close a menu
