//menu items
var MENU_ITEMS3 = [
  {pos: "relative", size:[25, 100], itemoff:[0, 99], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, borders:[0,0,1,0],shadow:0, color:{border:"", shadow:"", bgON:"", bgOVER:"#E0F3FA", imagebg:"", oimagebg:""}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    
    {code:"Home&nbsp;&nbsp;|", url:"default.html", format: {size:[25,55], itemoff: [0,50] } },
		  
		  {code:"Contact Us&nbsp;&nbsp;|", url:"contactus.html",format: {size:[25,85], itemoff: [0,55]} },
		  
    {code:"Site Map&nbsp;&nbsp;", url:"sitemap.html",format: {size:[25,70], itemoff: [0,85]} }
   
];


