/* UDMv4.42 | ULTIMATE DROP DOWN MENU Version 4.42  by Brothercake | http://www.udm4.com/ | This script may not be used or distributed without license */
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};

/* CORE CONFIGURATION */
//path to images folder 
um.baseSRC = "";
//navbar orientation
um.orientation = [
"horizontal",	// alignment
"left",		// h align 
"top",		// v align
"relative",	// positioning
"0",		// x
"0",		// y
"1000",		// z
];
//navbar list output
um.list = [
"rigid",	// horizontal overflow
"yes",		// -SPARE-
"no", 		// -SPARE-
];
//menu behaviors	
um.behaviors = [
"200",		// open timer
"100",		// close timer
"no",			// reposition menus to stay inside viewport
"default",	// manage windowed controls for win/ie
];
//reset behaviors
um.reset = [
"yes",		// reset from document mouse click
"yes",		// reset from window resize
"yes",		// reset from text resize
"yes",		// reset after following link
];
//horizontal continuation strip
um.hstrip = [
"none",		// background
"yes",		// copy navbar item margin-right to margin-bottom
];
/* NAVBAR DEFAULT STYLES */
//styles which apply to the navbar
um.navbar = [
"0",		// nav -> menu x-offset
"-1",		// nav -> menu y-offset
"auto",	// width (horizontal navbar items have "auto" width)
];
//styles which apply to each navbar item
um.items = [
"0",		// margin between items
"0",		// border size 
"separate",	// border collapse
"#FFF",// border colors
"solid",	// border styles
"#FFF",// hover/focus border colors
"solid",	// hover/focus border styles
"#FFF",// visited border colors
"solid",// visited border styles
"0",		// left/right padding
"0",		// top/bottom padding
"#FFF",		// background
"#FFF",		// hover/focus background
"#FFF",		// visited background
"12px",		// font size
"sans-serif",// font family
"normal",		// font weight
"none",		// text decoration
"left",		// text-align
"#008000",	// color
"#b05010",	// hover/focus color
"#008000",	// visited color
"normal",	// font-style
"normal",	// hover/focus font-style
"normal",	// visited font-style
"",// additional link CSS
"",		// additional hover/focus CSS
"",		// additional visited CSS
"none",// menu indicator character/image
"none",// menu indicator rollover character/image
"0",		// clipping width of indicator image
"",		// alt text of indicator image ["text"]
];
/* MENU DEFAULT STYLES */
//styles which apply to each menu
um.menus = [
"-7",		// menu -> menu x-offset
"-12",		// menu -> menu y-offset
"1",		// border size
"#A5ABB7",// border colors maybe...BDC4D2?
"solid",	// border styles
"148px",	// width
"0",		// padding
"#fff",	// background
"",		// additional menu CSS
"none", // shadow background
"0",		// shadow offset
"filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2);",// additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
];
//styles which apply to each menu item
um.menuItems = [
"0",		// margin around items
"0",		// border size
"separate",	// border collapse
"#FFF",	// border colors
"solid",	// border styles
"#FFF",	// hover/focus border colors
"solid",	// hover/focus border styles
"#FFF #FFF #FFF #FFF",	// visited border colors
"dotted",	// visited border styles
"13",		// left/right padding (was 11)
"4",		// top/bottom padding (was 4)
"transparent",	// background
"#CEDBF3",	// hover/focus background well E7E3DA might look okay too
"transparent",	// visited background
"11px",		// font size
"Arial, Helvetica, sans-serif",// font family
"normal",	// font weight
"none",		// text decoration
"left",		// text-align
"#41518E",		// color
"#41518E",		// hover/focus color
"#41518E",		// visited color
"normal",	// font-style
"normal",	// hover/focus font-style
"normal",	// visited font-style
"",		// additional link CSS
"text-decoration: underline;",		// additional hover/focus CSS
"",		// additional visited CSS
"",// submenu indicator character/image
"none",// submenu indicator rollover character/image
"3",		// clipping width of indicator image
"..",		// alt text of indicator image 
]

//classes which apply to menu items [optional]
um.itemClasses["firstMenuItem"] = [
"#FFF",		// border colors
"solid",	// border styles
"#edbb85",	// hover/focus border colors
"solid",	// hover/focus border styles
"#fec",		// visited border colors
"solid",	// visited border styles
"#FFF",		// background
"#DCE7FD",	// hover/focus background
"#FFF",		// visited background
"11px",		// font size
"Arial, Helvetica, sans-serif",
"bold",	// font weight
"underline",		// text decoration
"left",		// text-align
"#41518E",	// color
"#41518E",	// hover/focus color
"#41518E",	// visited color
"normal",	// font-style
"normal",	// hover/focus font-style
"normal",	// visited font-style
"",		// additional link CSS (careful!)
"",		// additional hover/focus CSS (careful!)
"",		// additional visited CSS (careful!)
"",// submenu indicator character/image 
"",// submenu indicator rollover character/image 
"..",		// alt text of indicator image 
];
