BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#8c979c",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[205,54], itemoff:[0,105], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:"Home", url:"http://www.rkstatman.com/",
		sub:[
			{itemoff:[21,0]},
			{code:"Homepage",

			

			}
		]
	},
	{code:"About Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Mission Vision", "format":{"size":[22,120]}

			},
			{code:"History", "format":{"size":[22,120]}
				
			},
			{code:"Ron Stratman", "format":{"size":[22,120]}
				
			},
			
			{code:"Tammy Stratman", "format":{"size":[22,120]}
				
			},
		    {code:"Carl Stratman", "format":{"size":[22,120]}
				
			},
						{code:"Rhonda Thompson", "format":{"size":[22,120]}
				
			},
						{code:"Vicki Lederer", "format":{"size":[22,120]}
				
			},
						{code:"Sales Reps", "format":{"size":[22,120]}
				
			}
		]
	},
	{code:"Contact Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Corporate", "format":{"size":[22,140]}

			},
			{code:"Customer Service", "format":{"size":[22,140]}

			},
			{code:"Art Department", "format":{"size":[22,140]}

			},
			{code:"Accounts Receivable", "format":{"size":[22,140]}

			},
			{code:"Human Resources", "format":{"size":[22,140]},
				sub:[
					{leveloff:[0,99]},
					{code:"Contacts"},
					{code:"Employment Forms"}

				]
			}
		]
	},
	{code:"Press",
		sub:[
			{itemoff:[21,0]},
			{code:"Our Business", "format":{"size":[22,140]}

			},
			{code:"Founders", "format":{"size":[22,140]}

			},
			{code:"The Buffalo Bike", "format":{"size":[22,140]}

			},
			{code:"Community Service", "format":{"size":[22,140]}

			},
			{code:"Billboard", "format":{"size":[22,140]}

			},
			{code:"RK Logos", "format":{"size":[22,140]}
		
			}
		]
	},
	{code:"Dealer Net",
		sub:[
			{itemoff:[21,0]},
			{code:"Log In", url:"http://www.rkstratman.com/Dealersnet/DealerLogIn.asp", target:"InfoLoad", "format":{"size":[22,140]}

			},
			{code:"Request a Log In", "format":{"size":[22,140]}

			},
			{code:"Forgot Log In", "format":{"size":[22,140]}

			}
		]
	},
	{code:"Log In",
		sub:[
			{itemoff:[21,0]},
			{code:"In-House", "format":{"size":[22,100]}

			},
			{code:"Contractors", url:"http://www.rkstratman.com/ArtImpact/B_LOGIN.asp", target:"InfoLoad", "format":{"size":[22,100]}

			},
			{code:"H-D Dealers", "format":{"size":[22,100]}
	
			}
		]
	}
];
