BLANK_IMAGE = 'http://www.sterlingridgeresort.com./images/spacer.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#CFB288"	// 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 STYLE_TOP = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,0],
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#CFB288"	// 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 STYLE_MIDDLE = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,0,1,0],
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#CFB288"	// 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 STYLE_BOTT = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,0,1,1],
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#CFB288"	// 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 NO_BORDERS = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"white",		// background color for the items
		bgOVER:"#CFB288"	// 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:'relative', itemoff:[0,99], leveloff:[21,0], style:NO_BORDERS, size:[22,100]},
	{code:"Accomodations", url:"log_cabins.htm", format:{ size:[24,145],itemoff:[0,0],image:"http://www.sterlingridgeresort.com./images/top_menu_accommodation.jpg",oimage:"http://www.sterlingridgeresort.com./images/top_over_accommodation.jpg",imgsize:[24,145]},
		sub:[
			{itemoff:[22,0], size:[22,180], leveloff:[24,25], style:STYLE_MIDDLE, image:null},
			{code:"Log Cabins", url:"http://www.sterlingridgeresort.com/log_cabins.htm", format:{style:STYLE_TOP}},
			{code:"Field &amp; Stream Dream Cabin", url:"http://www.sterlingridgeresort.com/custom_log_cabin.htm"},
			{code:"The Suites", url:"http://www.sterlingridgeresort.com/the_suites.htm"}, 
            {code:"The Pond House", url:"http://www.sterlingridgeresort.com/the_pond_house.htm", format:{"style":STYLE_BOTT}}
		]
	},
	{code:"Rates", url:"popup_rates.htm",format:{size:[24,139],itemoff:[0,145],image:"http://www.sterlingridgeresort.com./images/top_menu_rates.jpg",oimage:"http://www.sterlingridgeresort.com./images/top_over_rates.jpg", imgsize:[24,139]},
		sub:[
			{itemoff:[22,0], size:[22,120], leveloff:[24,15], style:STYLE_MIDDLE, image:null},
			{code:"Rates", url:"http://www.sterlingridgeresort.com/popup_rates.htm", format:{"style":STYLE_TOP}},
//        	{code:"Special Packages", url:"http://www.sterlingridgeresort.com/specials.htm"}, 
        	{code:"Book Online", url:"http://www.webervations.com/magic-scripts/resbook.asp?memberid=vtcabins", format:{style:STYLE_BOTT}}
		]
	},
	 {code:"About Sterling Ridge", url:"http://www.sterlingridgeresort.com/proprietors.htm", format:{size:[24,126],itemoff:[0,139], image:"http://www.sterlingridgeresort.com./images/top_menu_about.jpg", oimage:"http://www.sterlingridgeresort.com./images/top_over_about.jpg", imgsize:[24,126] },
    sub:[
        {size:[22,100],itemoff:[21,0],leveloff:[24,15], image:null, oimage:null, style:STYLE_MIDDLE},
        {code:"Amenities", url:"http://www.sterlingridgeresort.com/amenities.htm", format:{style:STYLE_TOP}},
        {code:"Summer", url:"http://www.sterlingridgeresort.com/summer.htm" },
		{code:"Fall", url:"http://www.sterlingridgeresort.com/fall.htm"},
		{code:"Winter", url:"http://www.sterlingridgeresort.com/winter.htm"},
		{code:"Spring", url:"http://www.sterlingridgeresort.com/spring.htm"},
		{code:"Watch a Video", url:"http://www.sterlingridgeresort.com/sterling_ridge_video.htm"},
        {code:"What's New", url:"http://www.sterlingridgeresort.com/news.htm", format:{style:STYLE_BOTT}}
        ]
    },
	{code:"Activities", url:"http://www.sterlingridgeresort.com/activities.htm", format:{size:[24,119],itemoff:[0,126],image:"http://www.sterlingridgeresort.com./images/top_menu_events.jpg", oimage:"http://www.sterlingridgeresort.com./images/top_menu_events.jpg", imgsize:[24,119] },
    sub:[
        {size:[22,100], itemoff:[21,0], leveloff:[24,15], image:null, oimage:null, style:STYLE_MIDDLE },
        {code:"Snowmobiling", url:"http://www.sterlingridgeresort.com/snowmobiling.htm", format:{style:STYLE_TOP}},
        {code:"Canoeing", url:"http://www.sterlingridgeresort.com/canoe.htm"},
		{code:"Local Events", url:"http://www.sterlingridgeresort.com/activities.htm"}, 
        {code:"Links", url:"http://www.sterlingridgeresort.com/links.htm", format:{style:STYLE_BOTT}}
        ]
    },
	{code:"Weddings", url:"weddings.htm", format:{size:[24,75],itemoff:[0,119], image:"http://www.sterlingridgeresort.com./images/top_menu_weddings.jpg", oimage:"http://www.sterlingridgeresort.com./images/top_over_weddings.jpg", imgsize:[24,75] }
        },
   {code:"", url:"directions.htm", format:{size:[24,143],itemoff:[0,75],image:"http://www.sterlingridgeresort.com./images/top_menu_r1_c6.jpg", oimage:"http://www.sterlingridgeresort.com./images/top_over_over_r1_c6.jpg", imgsize:[24,143]},
    sub:[
        {size:[22,110], itemoff:[21,0], leveloff:[24,15], image:null, oimage:null, style:STYLE_MIDDLE},
        {code:"Contact", url:"http://www.sterlingridgeresort.com/contact.htm", format:{style:STYLE}},
        ]
    } 
];
