//styles
var Level_1_CSS = {"ON":"H_F_Level_1_CSS_On", "OVER":"H_F_Level_1_CSS_Over","valign":"middle"};
var Level_2_CSS = {"ON":"H_F_Level_2_CSS_On", "OVER":"H_F_Level_2_CSS_Over","valign":"middle"};

var Level_1_Bgcolor = {"bgON":"#bdd8f2","bgOVER":"#003c79"};
var Level_1_Style = {"border":0, "shadow":0, "color":Level_1_Bgcolor, "css":Level_1_CSS};

var Level_2_Bgcolor = {"border":"#FC60A6", "bgON":"#F2E6EC","bgOVER":"#FC60A6"};
var Level_2_Style = {"border":1, "shadow":0, "color":Level_2_Bgcolor, "css":Level_2_CSS};

//items and formats
var MENU_ITEMS_STYLING =
[
	{"pos":"relative"},
	{code:"&nbsp;&nbsp; About Path2usa","url":"about_p2u.htm", "format":{"itemoff":[0,83],"leveloff":[0,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; User testimonials","url":"user_says.htm", "format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Advertisement","url":"advertise.htm", "format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Link to us","url":"link_us.htm", "format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Legal disclaimer","url":"disclaimer.htm", "format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Privacy statement","url":"privacy.htm", "format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Feedback","url":"feedback.htm","format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}},
	{code:"&nbsp;&nbsp; Contact us","url":"contact_us.htm","format":{"itemoff":[19,0],"leveloff":[18,0],"style":Level_1_Style,"size":[18,136]}}


];