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