
	//navbar orientation
um.orientation = [
	'horizontal', // alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	'left',     // h align ["left"|"right"|"rtl"]
	'top',      // v align ["top"|"bottom"]
	'relative', // positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	'0',    // x position ["em"|"ex"|"px"|"0"]
	'0',    // y position ["em"|"ex"|"px"|"0"]
	'1000',     // z order ["0" to "10000"]
	];
	
	//navbar list output
um.list = [
	'rigid', // horizontal overflow ["rigid"|"flexible"]
	'yes',      // -SPARE-
	'no',       // -SPARE-
	];
	
	//menu behaviors	
um.behaviors = [
	'0',     // open timer ["milliseconds"|"0"]
	'200',     // close timer ["milliseconds"|"never"|"0"]
	'no',     // reposition menus to stay inside the viewport ["yes"|"no"]
	'default', // manage windowed controls for win/ie ["default","hide","iframe","none"]
	];
	
	//styles which apply to the navbar
um.navbar = [
	'0',    // nav to menu x-offset (+-)["n" pixels]
	'0',   // nav to menu y-offset (+-)["n" pixels]
	'0', // width ["em"|"ex"|"px"]
	];
	
	//styles which apply to each navbar item
um.items = [
	'0',            // margin between items ["n" pixels]
	'0',            // border size ["n" pixels]
	'collapse',     // border collapse ["collapse"|"separate"]
	'',				// border colors ["color"|"#hex"|"rgb()"]
	'solid',        // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'0',			// hover/focus border colors ["color"|"#hex"|"rgb()"]
	'solid',        // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'0',			// visited border colors ["color"|"#hex"|"rgb()"]
	'solid',		// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'0',            // left/right padding ["n" pixels]
	'0',            // top/bottom padding ["n" pixels]
	'#476789',		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	'#244566',		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	'#476789',		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	'75%',          // font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	'tahoma,sans-serif', // font family ["font1,font2,font3"]
	'bold',         // font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	'none',         // text decoration ["none"|"underline"|"overline"|"line-through"]
	'left',         // text-align ["left"|"right"|"center"]
	'#FFFFFF',      // color ["color"|"#hex"|"rgb()"]
	'#A1D3FF',      // hover/focus color ["color"|"#hex"|"rgb()"]
	'#FFFFFF',      // visited color ["color"|"#hex"|"rgb()"]
	'normal',       // font-style ["normal"|"italic"|"oblique"]
	'normal',       // hover/focus font-style ["normal"|"italic"|"oblique"]
	'normal',       // visited font-style ["normal"|"italic"|"oblique"]
	'',				// additional link CSS
	'',				// additional hover/focus CSS
	'',             // additional visited CSS
	'none',			// menu indicator character/image ["text"|"image.gif"|"none"]
	'none',			// menu indicator rollover image ["image.gif"|"none"]
	'0',            // clipping width of indicator image ["n" pixels]
	'..',           // alt text of indicator image ["text"]
	];
	
//	//styles which apply to each menu
um.menus = [
	'-1',      // menu to menu x-offset (+-)["n" pixels]
	'0',     // menu to menu y-offset (+-)["n" pixels]
	'1',       // border size ["n" pixels]
	'#244566', // border colors ["color"|"#hex"|"rgb()"]
	'none solid solid solid',   // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'10.8em',  // width ["em"|"ex"|"px"]
	'0',       // padding ["n" pixels]
	'#476789', // background ["color"|"#hex"|"rgb()"|"image.gif"]
	'', // additional menu CSS
	'none', // shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'0',     // shadow offset (+-)["em"|"ex"|"px"|"%"|"0"]
	'', // additional shadow layer CSS
	];

//styles which apply to each menu item
um.menuItems = [
	'0',					// margin around items ["n" pixels]
	'1',					// border size ["n" pixels]
	'separate',				// border collapse ["collapse"|"separate"]
	'#55779A',				// border colors ["color"|"#hex"|"rgb()"]
	'solid none none none', // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#55779A',				// hover/focus border colors ["color"|"#hex"|"rgb()"]
	'solid none none none', // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#55779A',				// visited border colors ["color"|"#hex"|"rgb()"]
	'solid none none none', // visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'5',					// left/right padding ["n" pixels]
	'5',					// top/bottom padding ["n" pixels]
	'',						// background ["color"|"#hex"|"rgb()"|"image.gif"]
	'',						// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	'',						// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	'10px',					// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	'Arial,tahoma,sans-serif', // font family ["font1,font2,font3"]
	'normal',				// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	'none',					// text decoration ["none"|"underline"|"overline"|"line-through"]
	'left',					// text-align ["left"|"right"|"center"]
	'',						// color ["color"|"#hex"|"rgb()"]
	'',						// hover/focus color ["color"|"#hex"|"rgb()"]
	'',						// visited color ["color"|"#hex"|"rgb()"]
	'normal',				// font-style ["normal"|"italic"|"oblique"]
	'normal',				// hover/focus font-style ["normal"|"italic"|"oblique"]
	'normal',				// visited font-style ["normal"|"italic"|"oblique"]
	'padding-left:7px;',	// additional link CSS
	'padding-left:7px;',	// additional hover/focus CSS
	'',						// additional visited CSS
	'right-black.gif',		// submenu indicator character/image ["text"|"image.gif"|"none"] 
	'right-white.gif',		// submenu indicator rollover image ["image.gif"|"none"]
	'20',					// clipping width of indicator image ["n" pixels]
	'..',					// alt text of indicator image ["text"]
	];
	
	//classes which apply to menus
um.menuClasses['extranetMenu'] = [
	'#6F0B0B', // border colors ["color"|"#hex"|"rgb()"]
	'none solid solid solid',       // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'',       // width ["em"|"ex"|"px"]
	'#8F0303',// background ["color"|"#hex"|"rgb()"|"image.gif"]
	'',       // additional menu CSS
	'none',	  // shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'0',      // shadow offset (+-)["em"|"ex"|"px"|"%"|"0"]
	'',       // additional shadow layer CSS
	];
	

um.itemClasses['extranetMenuItem'] = [
	'#A52424',				// border colors ["color"|"#hex"|"rgb()"]
	'solid none none none',	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#A52424',				// hover/focus border colors ["color"|"#hex"|"rgb()"]
	'solid none none none', // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#A52424',				// visited border colors ["color"|"#hex"|"rgb()"]
	'solid none none none', // visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'#8F0303',				// background ["color"|"#hex"|"rgb()"|"image.gif"]
	'#6F0B0B',				// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	'#8F0303',				// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	'',						// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	'',						// font family ["font1,font2,font3"]
	'',						// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	'',						// text decoration ["none"|"underline"|"overline"|"line-through"]
	'',						// text-align ["left"|"right"|"center"]
	'#FFFFFF',				// color ["color"|"#hex"|"rgb()"]
	'#EF9E9E',				// hover/focus color ["color"|"#hex"|"rgb()"]
	'#FFFFFF',				// visited color ["color"|"#hex"|"rgb()"]
	'',						// font-style ["normal"|"italic"|"oblique"]
	'',						// hover/focus font-style ["normal"|"italic"|"oblique"]
	'',						// visited font-style ["normal"|"italic"|"oblique"]
	'',						// additional link CSS
	'',						// additional hover/focus CSS
	'',						// additional visited CSS
	'right-black.gif',		// submenu indicator character/image ["text"|"image.gif"|"none"] 
	'right-white.gif',		// submenu indicator rollover image ["image.gif"|"none"]
	'..',					// alt text of indicator image  ["text"]
	];