/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:1,
    borderColor:"#FFFFFF",
    backgroundColor:[ "#58256A", "#FFCC99" ],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
    size:[ 22, 166 ],
    /*1{*/itemoff:[ 0, '+previousItem-1px' ]/*1}*/,
    /*2{*/leveloff:[ '+parentItem-1px', 0 ]/*2}*/
};

var STYLE_1 =
{
    /*3{*/itemoff:[ '+previousItem-1px', 0 ]/*3}*/
};

var STYLE_2 =
{
    /*4{*/leveloff:[ 0, '+parentItem-1px' ]/*4}*/
};

var MENU_ITEMS = [
    {pos:'relative', /*5{*/style:[ STYLE_0, STYLE_1, STYLE_2 ]/*5}*/, blankImage:'images/b.gif'},
    {code:"<b>Home</b>", url:"/index.html"},
    {code:"<b>About Us</b>", url:"/cathaysdental.html"},
    {code:"<b>Dental Services</b>",
        sub:[
            {},
            {code:"Tooth Whitening", url:"/cathaysdentalservices.html#whitening"},
			{code:"Porcelain Veneers", url:"/cathaysdentalservices.html#whitening"},
			{code:"Porcelain Crowns", url:"/cathaysdentalservices.html#crowns"},
			{code:"White Fillings", url:"/cathaysdentalservices.html#fillings"},
			{code:"Tooth Replacement",
                sub:
                [
                    {},
                    {code:"Dental Implants", url:"/cathaystoothreplacement.html#implants"},
					{code:"Bridges", url:"/cathaystoothreplacement.html#bridges"},
					{code:"Dentures", url:"/cathaystoothreplacement.html#dentures"}
                ]
            },
			{code:"Cosmetic Cont/Bonding", url:"/cathaysdentalservices.html#contouring"},
			{code:"Root Canal Treatment", url:"/cathaysdentalservices.html#rootcanal"},
			{code:"CEREC", url:"/cathayscerec.html#cerec"},
			{code:"LUMINEERS", url:"/cathayslumineers.html#lumineers"},
			{code:"INVISALIGN", url:"/cathaysinvisalign.html#invisalign"}
                ]
    },
    {code:"<b>Beauty Services</b>",
        sub:[
            {},
            {code:"Wrinkle Treatments-Botox", url:"/cathaysbeautyservices.html#botox"},
            {code:"Facial Line Smoothening", url:"/cathaysbeautyservices.html#restylane"},
            {code:"Lip Enhancement", url:"/cathaysbeautyservices.html#lips"}
               ]
    },
    {code:"<b>Contact Us</b>", url:"/cathayscontact.html"}
      
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
