BLANK_IMAGE="../../images/b.gif";

var STYLE_0 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"FF0000",			// color of the item border, if any
		shadow:"#CCCCCC",			// color of the item shadow, if any
		bgON:"963D01",			// background color for the items
		bgOVER:"963D01"			// 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_1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#791E05",	// color of the item border, if any
		shadow:"#CCCCCC",	// color of the item shadow, if any
		bgON:"#963D01",		// background color for the items
		bgOVER:"#963D01"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	},
    transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
        fadeOut:''
    }
};

var MENU_ITEMS1 = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:STYLE_0, size:[22,100]},

	{code:"ACCOMMODATIONS", "format":{"size":[22,188], "itemoff":[0,0], "style":STYLE_0}, url: "",
        sub:[
            {"leveloff":[22,0], "style":STYLE_1},
            {code:"Bed & Breakfast", "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp?accomType=1"},
            {code:"Cabins",          "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp?accomType=2"},
            {code:"Dude Ranches",    "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp?accomType=3"},
            {code:"Lodges",          "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp?accomType=4"},
			{code:"Ranches",         "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp?accomType=5"},
            {code:"VIEW ALL",        "format":{"size":[23,188], "itemoff":[22,0]}, url: "/search.asp"}
        ]
    },

	{code:"REGION", "format":{"size":[22,186], "itemoff":[0,188], "style":STYLE_0}, url: "",
        sub:[
            {"leveloff":[22,0], "style":STYLE_1},
            {code:"Cortez",         "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=1"},
			{code:"Dolores",        "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=2"},
			{code:"Durango",        "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=3"},
			{code:"Hesperus",       "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=4"},
			{code:"Mancos",         "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=5"},
			{code:"Vallecito Lake", "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp?area=6"},
            {code:"VIEW ALL",       "format":{"size":[23,186], "itemoff":[22,0]}, url: "/search.asp"}
        ]
	},

	{code:"ACTIVITIES / EVENTS", "format":{"size":[22,188], "itemoff":[0,186], "style":STYLE_0}, url: "/events.asp" },

	{code:"MAP", "format":{"size":[22,186], "itemoff":[0,188], "style":STYLE_0}, url: "/map.asp" },

	{code:"CONTACT US", "format":{"size":[22,186], "itemoff":[0,186], "style":STYLE_0}, url: "/contact.asp" }

];
