BLANK_IMAGE = '/images/spacer.gif';


var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"navOn",			// CSS class for items
		OVER:"navOver"		// CSS class  for item which is under mouse
	}
};



var SUBSTYLE = {
	border:0,					// item's border width, pixels; zero means "none"
	shadow:0,					// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
		   },
	css:{
		ON:"navSubOn",			// CSS class for items
		OVER:"navSubOver"	// CSS class  for item which is under mouse
	}
};



var SUBSTYLE_SUB = {
	border:0,					// item's border width, pixels; zero means "none"
	shadow:0,					// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
		   },
	css:{
		ON:"navSubOn_sub",			// CSS class for items
		OVER:"navSubOver_sub"	// CSS class  for item which is under mouse
	}
};

var SUBSTYLE_LONG = {
	border:0,					// item's border width, pixels; zero means "none"
	shadow:0,					// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
		   },
	css:{
		ON:"navSubOnL_sub",			// CSS class for items
		OVER:"navSubOverL_sub"	// CSS class  for item which is under mouse
	}
};


var SUBSTYLE_LONG_ARROW = {
	border:0,					// item's border width, pixels; zero means "none"
	shadow:0,					// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
		   },
	css:{
		ON:"navSubOnLa_sub",			// CSS class for items
		OVER:"navSubOverLa_sub"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[23,0], style:STYLE, size:[23,161]},
	{code:"Home",format:{size:[15,53]},url:"http://www.bigskyrealestateguide.com/index.php",itemoff:[0,0]},
	{code:"Search",format:{size:[15,64]},url:"http://www.bigskyrealestateguide.com/real-estate/search.php",itemoff:[0,53],leveloff:[18,-0],
		sub:[
			{itemoff:[0,0]},
			{code:"Search the MLS", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/search.php",itemoff:[23,0]},
			{code:"Property Map", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/property-map.php",itemoff:[23,0]},
			{code:"Properties For Trade", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/real-estate-trade.php",itemoff:[23,0]},
			{code:"Foreclosure Properties", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/real-estate-foreclosure.php",itemoff:[23,0]},
			]				
	},

	{code:"Homes",format:{size:[15,64]},url:"http://www.bigskyrealestateguide.com/real-estate/all-homes.php",itemoff:[0,64],leveloff:[18,0],		

		sub:[
			{itemoff:[0,0]},
			{code:"All Areas", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/results_0.html",itemoff:[23,0]},
			{code:"Big Sky", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/big-sky/results_0.html",itemoff:[23,0]},
			{code:"Bozeman", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/bozeman/results_0.html",itemoff:[23,0]},
			{code:"Ennis", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/ennis/results_0.html",itemoff:[23,0]},
			{code:"Livingston", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/livingston/results_0.html",itemoff:[23,0]},
			{code:"West Yellowstone", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/homes/west-yellowstone/results_0.html",itemoff:[23,0]},
			]				
	},

	{code:"Land",format:{size:[15,50]},url:"http://www.bigskyrealestateguide.com/real-estate/all-land.php",itemoff:[0,64],leveloff:[18,0],
		
		sub:[
			{itemoff:[0,0]},
			{code:"All Areas", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/results_0.html",itemoff:[23,0]},
			{code:"Big Sky", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/big-sky/results_0.html",itemoff:[23,0]},
			{code:"Bozeman", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/bozeman/results_0.html",itemoff:[23,0]},
			{code:"Ennis", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/ennis/results_0.html",itemoff:[23,0]},
			{code:"Livingston", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/livingston/results_0.html",itemoff:[23,0]},
			{code:"West Yellowstone", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/land/west-yellowstone/results_0.html",itemoff:[23,0]},
			]				
	},


	{code:"Condos",format:{size:[15,68]},url:"http://www.bigskyrealestateguide.com/real-estate/all-condos.php",itemoff:[0,50],leveloff:[18,0],
		
		sub:[
			{itemoff:[0,0]},
			{code:"All Areas", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/results_0.html",itemoff:[23,0]},
			{code:"Big Sky", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/big-sky/results_0.html",itemoff:[23,0]},
			{code:"Bozeman", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/bozeman/results_0.html",itemoff:[23,0]},
			{code:"Ennis", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/ennis/results_0.html",itemoff:[23,0]},
			{code:"Livingston", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/livingston/results_0.html",itemoff:[23,0]},
			{code:"West Yellowstone", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/condos/west-yellowstone/results_0.html",itemoff:[23,0]},
			]				
	},


	{code:"Commercial",format:{size:[15,97]},url:"http://www.bigskyrealestateguide.com/real-estate/all-commercial.php",itemoff:[0,68],leveloff:[18,0],
		
		sub:[
			{itemoff:[0,0]},
			{code:"All Areas", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/results_0.html",itemoff:[23,0]},
			{code:"Big Sky", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/big-sky/results_0.html",itemoff:[23,0]},
			{code:"Bozeman", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/bozeman/results_0.html",itemoff:[23,0]},
			{code:"Ennis", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/ennis/results_0.html",itemoff:[23,0]},
			{code:"Livingston", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/livingston/results_0.html",itemoff:[23,0]},
			{code:"West Yellowstone", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/commercial/west-yellowstone/results_0.html",itemoff:[23,0]},
			]				
	},


{code:"Recently Added",format:{size:[15,122]},url:"http://www.bigskyrealestateguide.com/real-estate/all-recent.php",itemoff:[0,97],leveloff:[18,0],
		
		sub:[
			
			{itemoff:[0,0]},
			{code:"All Areas", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/all-locations/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/all-locations/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/all-locations/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/all-locations/results_0.html",itemoff:[23,0]},					
					]
			},

			{code:"Big Sky", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/big-sky/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/big-sky/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/big-sky/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/big-sky/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/big-sky/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/big-sky/results_0.html",itemoff:[23,0]},					
					]
			},

			{code:"Bozeman", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/bozeman/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/bozeman/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/bozeman/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/bozeman/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/bozeman/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/bozeman/results_0.html",itemoff:[23,0]},					
					]
			},


			{code:"Ennis", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/ennis/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/ennis/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/ennis/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/ennis/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/ennis/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/ennis/results_0.html",itemoff:[23,0]},					
					]
			},


			{code:"Livingston", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/livingston/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/livingston/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/livingston/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/livingston/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/livingston/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/livingston/results_0.html",itemoff:[23,0]},					
					]
			},

			{code:"West Yellowstone", style:SUBSTYLE_SUB, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/west-yellowstone/results_0.html",itemoff:[23,0],
				sub:[
					{leveloff:[0,161]},
					{code:"All Types", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/west-yellowstone/results_0.html",itemoff:[23,0]},
					{code:"Homes", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/homes/west-yellowstone/results_0.html",itemoff:[23,0]},
					{code:"Land", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/land/west-yellowstone/results_0.html",itemoff:[23,0]},
					{code:"Condos", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/condos/west-yellowstone/results_0.html",itemoff:[23,0]},
					{code:"Commercial", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent/commercial/west-yellowstone/results_0.html",itemoff:[23,0]},					
					]
			},

		]				
	},



	{code:"Resources",format:{size:[15,89]},url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources.php",itemoff:[0,122],leveloff:[18,0],
		
		sub:[
			
			{itemoff:[0,0]},
			




			
			{code:"Business Resources", style:SUBSTYLE_LONG_ARROW, size:[23,200],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources.php",itemoff:[23,0],
				sub:[
					{leveloff:[0,200]},
					{code:"Architects", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/architects.php",itemoff:[23,0]},
					{code:"Builders", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/builders.php",itemoff:[23,0]},
					{code:"Building Suppliers", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/builder-supply.php",itemoff:[23,0]},
					{code:"Insurance Agents", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/insurance-agents.php",itemoff:[23,0]},
					{code:"Interior Designers", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/interior-design.php",itemoff:[23,0]},
					{code:"Lenders", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/lenders.php",itemoff:[23,0]},
					{code:"Property Inspectors", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/property-inspectors.php",itemoff:[23,0]},
					{code:"Property Managers", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/property-managers.php",itemoff:[23,0]},
					{code:"Title Companies", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/title-company.php",itemoff:[23,0]},
					
					]
			},
			{code:"Big Sky Resources", style:SUBSTYLE_LONG_ARROW, size:[23,200],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources.php",itemoff:[23,0],

				sub:[	
					{leveloff:[0,200]},
					{code:"Big Sky Information", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/big-sky-info.php",itemoff:[23,0]},
					{code:"Big Sky Maps", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/big-sky-maps.php",itemoff:[23,0]},
					{code:"Real Estate Links", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/links.php",itemoff:[23,0]},
					{code:"Dining Guide", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-bsg-restaurants.php",itemoff:[23,0]},
					{code:"Vacation Rentals", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-rbo-rentals.php",itemoff:[23,0]},
					{code:"Luxury Rentals", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-bsluxe-rentals.php",itemoff:[23,0]},
					{code:"Local Weather", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-weather.php",itemoff:[23,0]},
					{code:"Market Information", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-rnr-blog.php",itemoff:[23,0]},
					{code:"List Your Property", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/resources-prop-form.php",itemoff:[23,0]},
					
				]
			},
		]				
	},



	{code:"My Properties",format:{size:[15,113]},url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/my-properties.php",itemoff:[0,89],leveloff:[18,0],
		
		sub:[
			
			{itemoff:[0,0]},
			{code:"Recently Viewed", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/recent_properties.php",itemoff:[23,0]},
			{code:"My Listings", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/my-listings.php",itemoff:[23,0]},
			{code:"My Saved Properties", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/my-properties.php",itemoff:[23,0]},
			{code:"My Property Alerts", style:SUBSTYLE, size:[23,161],url:"http://www.bigskyrealestateguide.com/real-estate/my-alerts.php",itemoff:[23,0]},
			]				
	},

{code:"Contact Us",format:{size:[15,79]},url:"http://www.bigskyrealestateguide.com/big-sky-real-estate/contact.php",itemoff:[0,113]},
	
];

