//keywords
var code="code";var url="url";var sub="sub";

//styles
var color = {"border":"#5D96C8", "shadow":"#DBD8D1", "imagebg":"#000000", "bgON":"#FFFFFF","bgOVER":"#F0F1F2"};
var css = {"ON":"clsCMTopOn", "OVER":"clsCMTopOver"};

var BLANK_IMAGE= "images/spacer.gif";

var STYLE = {"border":0, "borders":[1,1,1,1], "shadow":0, "color":color, "css":css};

var STYLE_FIRST = {"border":0, "borders":[1,1,1,0], "shadow":0, "color":color, "css":css};
var STYLE_MIDDLE = {"border":0, "borders":[1,0,1,0], "shadow":0, "color":color, "css":css};
var STYLE_LAST = {"border":0, "borders":[1,0,1,1], "shadow":0, "color":color, "css":css};
var STYLE_ONLYONE = {"border":0, "borders":[1,1,1,1], "shadow":0, "color":color, "css":css};

var MENU_ITEMS_01 = [
	{"pos":"relative", "itemoff":[22,], "leveloff":[0,0], "style":STYLE, "size":[22,118]},
	
    {code:"", url:"about_us.html", "format":{"size":[22,118], "image":"images/nav-about_us-rest.gif", "oimage": "images/nav-about_us-over.gif", "imgsize":[22,118]}},
    {code:"", url:"our_services.html", "format":{"size":[22,118], "itemoff":[22,0], "image": "images/nav-our_services-rest.gif", "oimage": "images/nav-our_services-over.gif", "imgsize":[22,118]},
		sub:[
			{"size":[22,200], "itemoff":[22,0], "leveloff":[0,118], "style":STYLE},
            {code:"Financial/Media Kits", url:"our_services-kits.html", "format":{"image":null, "style":STYLE}},
            {code:"Road Shows/Financial Meetings", url:"our_services-rs_fm.html", "format":{"image":null, "style":STYLE}},
            {code:"Teleconference Participation", url:"our_services-tele_participation.html", "format":{"image":null, "style":STYLE}},
            {code:"Financing", url:"our_services-financing.html", "format":{"image":null, "style":STYLE}},
            {code:"Public/Media Relations", url:"our_services-public_media_relations.html", "format":{"image":null, "style":STYLE}}
			]
	},
    {code:"", url:"philosophy.html", "format":{"size":[22,118], "image":"images/nav-philosophy-rest.gif", "oimage": "images/nav-philosophy-over.gif", "imgsize":[22,118]}},
    {code:"", url:"links.html", "format":{"size":[22,118], "image":"images/nav-links-rest.gif", "oimage": "images/nav-links-over.gif", "imgsize":[22,118]}},
    {code:"", url:"contact_us.html", "format":{"size":[22,118], "image":"images/nav-contact_us-rest.gif", "oimage": "images/nav-contact_us-over.gif", "imgsize":[22,118]}}
];


