// Menu definition
var MenuDef = {
    style:{
        css:"ohmenu", 
        color:"white", 
        bgcolor:"#2599A9", 
        size:[135,20]
    }, 
    itemover:{
        css:"ohmenu", 
        color:"black", 
        bgcolor:"#9CD2DA"
    }, 
    position:{
        pos:[0,150]
    }, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"Teams", 
        menu:{
            items:[
            {
                text:"18U Team", 
                action:{
                    url:"http://www.orionhunterfastpitch.com/int/18U.shtml"
                }
            },
            {
                text:"16U Team", 
                action:{
                    url:"http://www.orionhunterfastpitch.com/int/16U.shtml"
                }
            },
            {
                text:"14U Team", 
                action:{
                    url:"http://www.orionhunterfastpitch.com/int/14U.shtml"
                }
            },
            {
                text:"12U Team", 
                action:{
                    url:"http://www.orionhunterfastpitch.com/int/12U.shtml"
                }
            }
            ]
        }
    },
    {
        text:"Tournaments", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/tournaments.shtml"
        }
    },
    {
        text:"Clinics", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/clinics.shtml"
        }
    },
    {
        text:"Hall of Fame", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/halloffame.shtml"
        }
    },
    {
        text:"Board Members", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/board.shtml"
        }
    },
    {
        text:"Bingo Schedule", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/bingo.shtml"
        }
    },
    {
        text:"Local Info", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/localinfo.shtml"
        }
    },
    {
        text:"College Finder", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/college.shtml"
        }
    },
    {
        text:"Hunter Links", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/links.shtml"
        }
    },
	{
        text:"Merchandise", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/Merchandise.shtml"
        }
    },
	{
        text:"Forms", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/Forms.shtml"
        }
    },
	{
        text:"Contact Us", 
        action:{
            url:"http://www.orionhunterfastpitch.com/int/contact.shtml"
        }
    },
	{
        text:"Home", 
        action:{
            url:"http://www.orionhunterfastpitch.com/"
        }
    }
    ]
};
