// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"dieselcatmenu", 
        size:[160,18],  
        border:{
                    color:"#f1f1f1", 
                    size:1
                }
    }, 
    position:{
        pos:[-5,-3], 
        absolute:false, 
        align:"left", 
        valign:"top"
    }, 
    timer:500, 
    imgblank:"https://www.diesel-ebooks.com/mas_assets/1x1.gif",
    items: [ 
    {
       text:"Non-Fiction", 		
        style:{
            css:"dieselcatmenu",
            color:"#0461C8", 
            bgcolor:"#CFCFCF"
        },        
    position:{
                anchor:"ne", 
                anchor_side:"nw"
            }
        },   
  {
        text:"See Listing", 
        style:{
            css:"Dieselpoint", 
            bgcolor:"#F6F6F6", 
            size:[160,20], 
            imgendoff:{src:"https://www.diesel-ebooks.com/mas_assets/arr_right.gif"}, 
            imgendon:{src:"https://www.diesel-ebooks.com/mas_assets/arr_down.gif" }
        }, 
        menu:{
            style:{
                css:"menuM", 
                bgcolor:"#F6F6F6", 
                size:[150,19], 
                shadow:{color:"#DFDFDF"}, 
                border:{
                    color:"#cfcfcf", 
                    size:2
                }
            }, 
            itemover:{
                color:"#DF5807"
            }, 
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
           items:[
            {
                text:"Art & Music", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/AAT000001/Art-&-Music-ebooks.html"
                }
            },
            {
                text:"Biography", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/BIO000001/Biography-ebooks.html"
                }
            },
            {
                text:"Body, Mind & Spirit", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/OCC000001/Body-Mind-&-Spirit-ebooks.html"
                }
            },
            {
                text:"Business & Economics", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/BUS000001/Business-&-Economics-ebooks.html"
                }
            },
            {
                text:"Crafts Hobbies & Home", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/CRA000001/Crafts-Hobbies-&-Home-ebooks.html"
                }
            },
            {
                text:"Education", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/EDU000001/Education-ebooks.html"
                }
            },
            {
                text:"History", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/HIS000001/History-ebooks.html"
                }
            },
            {
                text:"Humor", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/HUM000001/Humor-ebooks.html"
                }
            },
            {
                text:"Children's Non-Fiction", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/JNF000001/Childrens-Nonfiction-ebooks.html"
                }
            },
            {
                text:"Computers", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/COM000001/Computers-ebooks.html"
                }
            },
            {
                text:"Language Arts", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/LAN000001/Language-Arts-ebooks.html"
                }
            },
            {
                text:"Law", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/LAW000001/Law-ebooks.html"
                }
            },
            {
                text:"Medical", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/MED000001/Medical-ebooks.html"
                }
            },
            {
                text:"Philosophy", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/PHI000001/Philosophy-ebooks.html"
                }
            },
            {
                text:"Political Science", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/POL000001/Political-Science-ebooks.html"
                }
            },
            {
                text:"Science & Nature", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/SCI000001/Science-&-Nature-ebooks.html"
                }
            },
            {
                text:"Social Science", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/SOC000001/Social-Science-ebooks.html"
                }
            },
            {
                text:"Sports & Fitness", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/SPO000001/Sports-&-Fitness-ebooks.html"
                }
            },
            {
                text:"Psychology/Psychiatry", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/PSY000000/Psychology-Psychiatry-ebooks.html"
                }
            },
            {
                text:"Reference & Study Aids", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/REF000001/Reference-&-Study-Aids-ebooks.html"
                }
            },
            {
                text:"Religion", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/REL000001/Religion-ebooks.html"
                }
            },
            {
                text:"Technology", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/TEC000001/Technology-ebooks.html"
                }
            },
            {
                text:"Travel", 
                action:{	
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/TRV000001/Travel-ebooks.html"
                }
            },
            {
                       text:"True Crime", 
                action:{
                    url:"http://www.diesel-ebooks.com/cgi-bin/category/TRU000001/True-Crime-ebooks.html"
                }
            }
            ]
        }
    }
    ]
};