/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.8)",
    valign:"top",
    size:[ 32, 99 ],
    backgroundStyle:[ "background: white url(/images/red_bg_dropdown.jpg);", "background: #F5F5F5 url(/images/red_bg_dropdown.jpg);" ],
    textStyle:[ "text-align: center; margin-top: 7px; color: #ffffff; font: bold 8pt arial, sans-serif;", "text-align: center;color: #ffffff; font: bold 8pt arial, sans-serif; padding-top: 9px;" ],
    itemoff:[ 0, "+previousItem" ],
    leveloff:[ "+parentItem-0px", 3 ]
};

var STYLE_1 =
{
    levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.3)" ],
    itemFilters:null,

    borderColor:"#D8D7D7",
    backgroundStyle:"background-color: #fff;",
    textStyle:[ "padding-top: 10px; text-align: center; color: #41648A; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);", "padding-top: 10px; text-align: center; color: #DB1616; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);" ],
    size:[ 25, 99 ],
    itemoff:[ "+previousItem", 0 ],
    ifFirst:
    {
        backgroundStyle:"background: #fff left top no-repeat url(images/l1_bg_first.gif);",
        textStyle:[ "padding-top: 10px; text-align: center; color: #41648A; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);", "padding-top: 10px; text-align: center; color: #DB1616; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);" ],
        size:[ 25, 99 ]
    },
    ifLast:
    {
    	textStyle:[ "padding-top: 10px; padding-bottom: 10px;  text-align: center; color: #41648A; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);", "padding-top: 10px; padding-bottom: 10px; text-align: center; color: #DB1616; font: 8pt arial, sans-serif; background: center bottom no-repeat url(/images/blank.gif);" ],
        size:[ 37, 99 ]
    }
};

var MENU_ITEMS = [
    {exclusive:true, style:[ STYLE_0, STYLE_1 ], delay:[ 100, 400 ], blankImage:"/images/blank.gif" },
    {code:"&nbsp;Home", url:"/",
    size:[ 32, 99 ],
        sub:[
            
        ]
    },
    {code:"&nbsp;Store", url:"/index.php?main_page=index&cPath=27",
    size:[ 32, 99 ],
        sub:[
	    {},
            {code:"Live Lobster", url:"/index.php?main_page=index&cPath=27_28"},
            {code:"Lobster Tail", url:"/index.php?main_page=index&cPath=27_29"},
            {code:"Rolls & Meat", url:"/index.php?main_page=index&cPath=27_33"},
            {code:"Packs & Dinners", url:"/index.php?main_page=index&cPath=27_34"},
            {code:"Clubs & Share", url:"/index.php?main_page=index&cPath=27_35"},
            {code:"Gift Certificates & Merchandise", url:"/index.php?main_page=index&cPath=27_32"}
        ]
    },
    {code:"&nbsp;About Us", url:"/index.php?main_page=about_us",
    size:[ 32, 99 ],
        sub:[
            {},
            {code:"Our Passion", url:"/index.php?main_page=our_response"},
            {code:"Founders Story", url:"/index.php?main_page=founders_story"},
            {code:"Education Outreach", url:"/index.php?main_page=educations_outreach"},
            {code:"Testimonials", url:"http://catchapieceofmaine.com/testimonials.html"}
        ]
    },
    {code:"&nbsp;Meet the Lobstermen", url:"/index.php?main_page=lobstermen",
    size:[ 32, 160 ],
        sub:[/*
            {},
            {code:"Products", url:"/index.php?main_page=what_it_is"},
            {code:"<div style='margin-top: -5px;'>Benefits</div>", url:"/index.php?main_page=why_buy"},
            {code:"How the Program Works", url:"/index.php?main_page=how_program_works"}*/
        ]
    },
    {code:"&nbsp;Community", url:"/index.php?main_page=what_it_is",
    size:[ 32, 99 ],
        sub:[
            {},
            /*{code:"Meet the Lobstermen", url:"/index.php?main_page=lobstermen"},*/
            {code:"What is it?", url:"/index.php?main_page=what_it_is"},
            {code:"Lobstermen Blog", url:"/index.php?main_page=news"},
            {code:"Fishing Map", url:"/index.php?main_page=fishing_map"},
            {code:"Friends & Links", url:"/index.php?main_page=links"}
        ]
    },
    /*{code:"Corporate Gift", url:"/index.php?main_page=corporate",
    size:[ 32, 99 ],
        sub:[
        ]
    },*/
    {code:"Press", url:"/index.php?main_page=press",
    size:[ 32, 99 ],
        sub:[
        ]
    },
    {code:"Contact Us", url:"/index.php?main_page=contact_us_intro",
    size:[ 32, 99 ],
        sub:[
            {},
            {code:"Corporate Gift", url:"/index.php?main_page=corporate"},
            {code:"Custom Orders", url:"/index.php?main_page=document_general_info&cPath=27_28&products_id=323"}
        ]
    }
    
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
