var CM_STYLE = {"border":1, "shadow":2, "color":{"border":"black", "shadow":"gray", "bgON":"660000","bgOVER":"silver"}, "css":{"ON":"clsCMOn", "OVER":"clsCMOver"}};
var code="code";var url="url";var sub="sub";
var MENU_ITEMS = [
    {"pos":[6,125], "size":[25,100], "itemoff":[24,0], "leveloff":[0,24], "delay":600, "style":CM_STYLE},
    {code:"Home", url:"home.htm", "target":"main"},
    {code:"Property", "target":"main",
    sub:[
        {"size":[45,100],"itemoff":[24,0],"leveloff":[0,102],"style":CM_STYLE},
        {code:"Sold", url:"sold.htm", "target":"main"},
        {code:"For Sale", url:"forsale.htm", "target":"main"},
        {code:"Upcoming Auctions", url:"home.htm", "target":"main"}
        ]
    },
    {code:"The Process", url:"process.htm", "target":"main"},
    {code:"The Tools", url:"tools.htm", "target":"main"},
    {code:"Challenge", url:"challenge.htm", "target":"main"},
    {code:"Links", url:"links.htm", "target":"main",
    	sub:[
        {"size":[25,180],"itemoff":[24,0],"leveloff":[0,102],"style":CM_STYLE},
        {code:"NAA", url:"http://www.auctioneers.org", "target":"main"},
        {code:"CAI", url:"http://www.auctioneers.org/publicRelations/wdtim.cfm", "target":"main"},
        {code:"Auman Auction", url:"http://www.aumannAuction.com", "target":"main"},
        {code:"Mapquest", url:"http://www.mapquest.com", "target":"main"},
        {code:"Sea Pines Real Estate Company", url:"http://www.seapinesrealestate.com/mpracht.htm", "target":"main"}
        ]
    },
    {code:"About Us", url:"about.htm", "target":"main",
    sub:[
        {"size":[25,100],"itemoff":[24,0],"leveloff":[0,102],"style":CM_STYLE},
        {code:"The Team", url:"team.htm", "target":"main"},
        {code:"Contact Us", url:"contact.htm", "target":"main"}
        ]
    }
];

