// UDMv4.5 //
///////////////////////////////////////////////////////////////////
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
///////////////////////////////////////////////////////////////////
//                                                               //
//  ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake          //
//  http://www.udm4.com/                                         //
//                                                               //
//  This script may not be used or distributed without license   //
//                                                               //
///////////////////////////////////////////////////////////////////


///////////////////////////////////////////////////////////////////
// CORE CONFIGURATION                                            //
///////////////////////////////////////////////////////////////////

//path to images folder
//um.baseSRC = "udm-resources/";
um.baseSRC = "http://www.comtrol.com/extras/udm4/udm-resources/";


//initialization trigger element ["id"];
um.trigger = "";


//navbar orientation
um.orientation = [
	"horizontal",
	"left",
	"top",
	"absolute",
	"0",
	"1",
	"10000", // z order ["0" to "10000"] (menu takes 20000 headroom)
	];


//navbar list output
um.list = [
	"rigid",
	"yes",
	"no",
	];


//menu behaviors
um.behaviors = [
	"200",
	"500",
	"no",
	"default",	// same as iframe. for other broswers using flash wmode MUST be transparent
	];


//reset behaviors
um.reset = [
	"yes",
	"yes",
	"no",
	"no",
	];


//horizontal continuation strip
um.hstrip = [
	"topnav_bg.jpg",
	"no",
	];


///////////////////////////////////////////////////////////////////
// MODULE SETTINGS                                               //
///////////////////////////////////////////////////////////////////


///////////////////////////////////////////////////////////////////
// NAVBAR DEFAULT STYLES                                         //
///////////////////////////////////////////////////////////////////


//styles which apply to the navbar
um.navbar = [
	"0",
	"0",
	"auto",
	];


//styles which apply to each navbar item
um.items = [
	"0",
	"1",
	"collapse",
	"#c00",
	"none solid",
	"#c00",
	"none solid",
	"#c00",
	"none solid",
	"20", //was 11
	"5",
        "topnav_bg.jpg",
        "topnav_bg-over.jpg",
        "topnav_bg.jpg",
	"14px",
	"arial, serif",
	"bold",
	"none",
	"left", // horizontal is fixed at left
	"#fff",//change next three to #fff when images work
	"#fff",
	"#fff",
	"normal",
	"normal",
	"normal",
	"text-decoration: none !important;", //if youchoose to use a dropshadow, you have to have height, and if you have a height, the li is displayed as a block which is VERY BAD. DON"T DO IT.
	"text-decoration: none !important;",
	"text-decoration: none !important;",
	"none",
	"none",
	"0",
	"",
	];


///////////////////////////////////////////////////////////////////
// MENU DEFAULT STYLES                                           //
///////////////////////////////////////////////////////////////////


//styles which apply to each menu (contains the menu items)
um.menus = [
	"-7",
	"-12",
	"5",
	"#666",
	"none none none solid",
	"130px",
	"0",
	"#ccc",
	"",
	"none",
	"0",
	"",
	];


//styles which apply to each menu item in the menu
um.menuItems = [
	"0",
	"1",
	"collapse",
	"#999",
	"none none solid none",
	"#999",
	"none none solid none",
	"#999",
	"none none solid none",
	"5",
	"5",
	"transparent",
	"white",
	"transparent",
	"11px",
	"arial, serif",
	"normal",
	"none",
	"left",
	"#3a3a3a",
	"#3a3a3a",
	"#3a3a3a",
	"normal",
	"italic",
	"normal",
	"text-decoration: none !important;",
	"text-decoration: none !important;",
	"text-decoration: none !important;",
	"none",
	"none",
	"0",
	"",
	];


///////////////////////////////////////////////////////////////////
// MENU CLASSES [comment out or remove if not using]             //
///////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////
// DYNAMIC MENUS                                                 //
///////////////////////////////////////////////////////////////////




