//image path
var imgpath = "/images/menuimg/";
//keywords
var code="code";var url="url";var sub="sub";

//styles

/*var defcolor = {"border":"#4A4539", "bgON":"#5D4E4E","bgOVER":"#C5C0B7", "imagebg":"#C6C3B5", "oimagebg":"#C6C3B5"};
var defcoloroff = {"border":"#4A4539", "shadow":"#4A4539", "bgON":"#4A4539","bgOVER":"#C5C0B7", "imagebg":"#C5C0B7", "oimagebg":"#C5C0B7"};*/
var defcolor = {"border":"#6B595A", "bgON":"#6B595A","bgOVER":"#C5C0B7", "imagebg":"#C6C3B5", "oimagebg":"#C6C3B5"};
var defcoloroff = {"border":"#6B595A", "shadow":"#4A4539", "bgON":"#6B595A","bgOVER":"#C5C0B7", "imagebg":"#C5C0B7", "oimagebg":"#C5C0B7"};

var defcss = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};
var defcssoff = {"ON":"MnclsCMTopOn", "OVER":"MnclsCMTopOver"};

var TOP_LEFT = {"border":1, "borders":[10,1,0,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[0,1,0,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[0,1,1,1],"shadow":2, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,0,1,0], "shadow":2, "color":defcolor, "css":defcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,0], "shadow":2, "color":defcolor, "css":defcss};
var STYLE_BOTT = {"border":1, "borders":[1,0,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_RIGHTOFF = {"border":1, "borders":[0,1,1,1],"shadow":2, "color":defcoloroff, "css":defcssoff};
var STYLE_ALONE = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_BAR = {"border":1, "borders":[1,1,1,1], "shadow":1, "color":defcoloroff, "css":defcssoff};

var MENU_ITEMS = [
	{"pos":"relative", "itemoff":[0,100], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "image":imgpath+"blank.gif", "imgsize":[20,24], "arrow":imgpath+"b.gif", "arrsize":[13,13],  "style":TOP_BAR},
    {code:"Home", url:"/index.html", "format":{"size":[21,50], "arrow":null, "image":null, "style":TOP_BAR},
        sub:[
			]
	},

    {code:"Jobs", url:"/jobs.html", "format":{"size":[21,50], "itemoff":[0,40], "arrow":null, "image":null, "style":TOP_BAR},
        sub:[
			]
	},

    {code:"Profile", url:"/profile.html", "format":{"size":[21,50], "itemoff":[0,40], "arrow":null, "image":null},
		sub:[
			]
    },

    {code:"News", url:"/news.html", "format":{"size":[21,70], "itemoff":[0,45], "arrow":null, "image":null},
		sub:[
			]
    },

    {code:"Contact", url:"/contactus.html", "format":{"size":[21,80], "itemoff":[0,40], "arrow":null, "image":null, "style":TOP_BAR},
		sub:[
			]
    },
	
    {code:"Customer Service", "format":{"size":[21,180], "itemoff":[0,55], "arrow":null, "image":null, "style":TOP_BAR},
    sub:[
        {"size":[21,170], "itemoff":[21,0], "leveloff":[85,307], "style":STYLE1, "image":imgpath+"b.gif"},
			{code:"Delivery Information", url:"/delivery_information.html", "format":{"image":imgpath+"b.gif"}},
			{code:"Payment Options", url:"/payment_options.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"Refunds and Returns", url:"/refunds_and_returns.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"Privacy and Security", url:"/privacy_and_security.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"Terms and Conditions", url:"/terms.html", "format":{"image":imgpath+"b.gif", "style":STYLE_BOTT}}
        ]
    },
	
    {code:"Contract", "format":{"size":[21,70], "itemoff":[0,110], "arrow":null, "image":null, "style":TOP_BAR},
    sub:[
		{"size":[21,130], "itemoff":[21,0], "leveloff":[85,307], "style":STYLE1, "image":imgpath+"b.gif"},
			{code:"About Us", url:"/about.html", "format":{"image":imgpath+"b.gif"}},
			{code:"Contract Sales", url:"/contractsales.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"New Talent", url:"/newtalent.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"Contact", url:"/contact.html", "format":{"image":imgpath+"b.gif", "style":STYLE_BOTT}}
		]
    },
    {code:"Press Room", "format":{"size":[21,80], "itemoff":[0,60], "arrow":null, "image":null, "style":TOP_BAR},
    sub:[
        {"size":[22,130], "itemoff":[21,0], "leveloff":[85,257], "style":STYLE1, "image":imgpath+"b.gif"},
			{code:"Press Releases", url:"/press_releases.html", "format":{"image":imgpath+"b.gif"}},
			{code:"Biography", url:"/biography.html", "format":{"image":imgpath+"b.gif"}}, 
			{code:"Press Office", url:"/press_office.html", "format":{"image":imgpath+"b.gif", "style":STYLE_BOTT}}
        ]
    }
];