var STYLE_0 =
{
    textStyle:[ "background: right top url(images/l0_text_bg_out.gif); color: #101010; font: bold 11pt/36px Arial, sans-serif; text-align: right; padding-right: 31px;", "background: right top url(images/l0_text_bg_over.gif); color: #FF6000; font: bold 11pt/36px Arial, sans-serif; text-align: right; padding-right: 16px;" ],
    size:[ 29, 124 ],
    imgsize:[ 29, 124 ],
    itemoff:[ 0, "+previousItem+2px" ],
    leveloff:[ "+parentItem+1px", 0 ],
    itemFilters:"progid:DXImageTransform.Microsoft.Fade(duration=0.3)"
};

var STYLE_1 =
{
levelFilters:[ "progid:DXImageTransform.Microsoft.Fade(duration=0.3) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)", "progid:DXImageTransform.Microsoft.Fade(duration=0.3) progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.3)" ],
    itemFilters:null,

    borderWidth:[ 0, 0, 0, 0 ],
    backgroundStyle:[ "background: url(images/l1_bg_1.gif);", "background: url(images/l1_bg_1.gif);" ],
    textStyle:[ "color: #666666; font: 8pt/19px Arial, sans-serif; text-align: center;", "color: #8e3837; font: 8pt/19px Arial, sans-serif; text-align: center;" ],
    size:[ 19, 124 ],
    itemoff:[ "+previousItem", 0 ],
    image:null,
    ifFirst:
    {
        size:[ 19, 124 ],
        valign:"bottom",
        backgroundStyle:[ "background: url(images/l1_bg_1.gif);", "background: url(images/l1_bg_1.gif);" ]
    },
    ifLast:
    {
        size:[ 28, 124 ],
        valign:"top",
        backgroundStyle:[ "background: url(images/l1_bg_last.gif);", "background: url(images/l1_bg_last.gif);" ]
    }
};

var MENU_ITEMS = [
    {style:[ STYLE_0, STYLE_1 ], blankImage:"images/b.gif" },
    {code:" ", url:"about_us.htm", image:[ "images/about.jpg", "images/aboutr.jpg" ],
        sub:[
            {},
            {code:"Company Profile", url:"company_profile.htm"},
            {code:"Principals", url:"principals.htm"},
            {code:"Consultants", url:"consultants.htm"},
			{code:"Testimonials", url:"testimonials.htm"},
            {code:"Contact", url:"contact.htm"},
            {code:"GMC Employment", url:"gmc_employment.htm"},
			{code:"Pay Invoice", url:"payinvoice.htm"},
            {code:"Press Release", url:"press_release.htm"}
        ]
    },
    {code:" ", url:"services.htm", image:[ "images/servicesr.jpg", "images/servicesr.jpg" ],
        sub:[
            {},
            {code:"Consulting", url:"consulting.htm"},
            {code:"Tax & Accounting", url:"tax_accounting.htm"},
            {code:"Medical Billing", url:"medical_billing.htm"}
        ]
    },
    {code:" ", url:"products.htm", image:[ "images/products.jpg", "images/productsr.jpg" ],
        sub:[
            {},
            {code:"HIPAA", url:"hipaa.htm"},
            {code:"Coding", url:"coding.htm"},
            {code:"Books & OSHA", url:"books_osha.htm"},
			{code:"Red Flag", url:"red_flagmanual.htm"}
        ]
    },
    {code:" ", url:"resources.htm", image:[ "images/resources.jpg", "images/resourcesr.jpg" ],
        sub:[
            {},
            {code:"Articles", url:"articles.htm"},
            {code:"Atlanta MGMA", url:"atlanta_mgma.htm"},
            {code:"Client Newsletter", url:"client_newsletter.htm"},
            {code:"Employment", url:"gmc_employment.htm"},
            {code:"Free Forms", url:"free_forms.htm"},
			{code:"News", url:"news.htm"},
            {code:"ShareFile", url:"sharefile.htm"},
            {code:"Speaking", url:"speaking.htm"},
			{code:"Privacy", url:"privacy.htm"}
        ]
    },
];

var menu1 = new jfmenu("menu1", MENU_ITEMS);
menu1.initTop();
