
um.orientation = [
	'horizontal', // alignment ["vertical"|"horizontal"|"popup"]
	'left',     // h align ["left"|"right"]
	'top',      // v align ["top"|"bottom"]
	'relative', // positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	'0.6em',    // x position ["em"|"px"|"pt"|"0"]
	'0.7em',    // y position ["em"|"px"|"pt"|"0"]
	'1000',     // z order ["0" to "10000"]
	];
	
//navbar list output
um.list = [
	'rigid', // horizontal overflow ["rigid"|"flexible"]
	'yes',      // show menus to IE-based screenreaders ["yes"|"no"]
	'yes',      // hide static menus for netscape 4 ["yes"|"no"]
	];

	
	//styles which apply to each navbar item
um.items = [
	'1',             // margin between items ["n" pixels]
	'1',             // border size ["n" pixels]
	'collapse',      // border collapse ["collapse"|"separate"]
	'', // border colors ["color"|"#hex"|"rgb()"]
	'',         // border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'', // hover/focus border colors ["color"|"#hex"|"rgb()"]
	'',         // hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'', // visited border colors ["color"|"#hex"|"rgb()"]
	'', // visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"]
	'9',             // left/right padding ["n" pixels]
	'5',             // top/bottom padding ["n" pixels]
	'#95B495', // background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'#95B495', // hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'#95B495', // visited background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	'12px',           // font size ["em"|"px"|"pt"|"%"]
	'Tahoma,sans-serif', // font family ["font1,font2,font3"]
	'bold',          // font weight ["normal"|"bold"]
	'none',          // text decoration ["none"|"underline"|"overline"|"line-through"]
	'left',          // text-align ["left"|"right"|"center"]
	'#FFFFFF',       // color ["color"|"#hex"|"rgb()"]
	'#ecefc6',       // 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
	'right-green.gif', // menu indicator character/image ["x"|"image.gif"|"none"]
	'right-red.gif', // menu indicator rollover character/image ["x"|"image.gif"|"none"]
	'7',             // clipping width of indicator image ["n" pixels]
	'..',            // alt text of indicator image ["x"]
	];