/* COOLjsMenu style + structure file */
var STYLE_0 =
{
    borderWidth:2,
    borderColor:"#FFFFFF",
    backgroundColor:[ "#99B27F", "#99B27F" ],
    textStyle:[ "color: #FFFFFF; font: bold 10pt Verdana, Arial, sans-serif; text-align: center;", "color: #000000; font: bold 10pt Verdana, Arial, sans-serif; text-align: center;" ],
    size:[ 24, 100 ],
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 0 ]
};
var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};
var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1 ], blankImage:'graphics_menu/blank.gif'},
    {code:"LATEST",
        sub:[
            {},
            {code:"News", url:"news.htm"
            },
            {code:"Jobs", url:"jobs.htm"
            }
        ]
    },
    {code:"SCHEDULE", url:"http://clients.mindbodyonline.com/ws.asp?studio=TahoeYogaAndWellnessCtr&stype=1&sLoc=1"
    },
    {code:"EVENTS", url:"events.htm"
    },
    {code:"YOGA", url:"yoga.htm",
        sub:[
            {},
            {code:"Fees", url:"fees.htm"
            },
            {code:"Levels", url:"levels.htm"
            },
            {code:"Practices", url:"practices.htm"
            },
            {code:"Styles", url:"styles.htm"
            },
            {code:"Teachers", url:"teachers.htm"
            }
        ]
    },
    {code:"WELLNESS", url:"wellness.htm",
        sub:[
            {},
            {code:"Acupuncture", url:"acupuncture.htm"
            },
/* This code commented out remove the comment markers and this text to reinstate
			{code:"Ayurveda", url:"ayurveda.htm"
            },
*/
            {code:"Chiropractic", url:"chiropractic.htm"
            },
            {code:"Massage", url:"massage.htm"
            },
            {code:"Therapists", url:"therapists.htm"
            }
        ]
    },
    {code:"ABOUT US ",
        sub:[
            {},
            {code:"Contact Us", url:"contact.htm"
            },
            {code:"Mission", url:"mission.htm"
            },
            {code:"Staff", url:"staff.htm"
            }
        ]
    },
    {code:"GIFT CERTS", url:"gifts.htm"
    }
];
var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();