style "mokomenubox-application-menubar" {
    engine "pixmap" {
        image {
            function        = BOX
            recolorable     = TRUE
            file            = "openmoko-application-menu-bg.png"
            border          = { 0, 10, 0, 0 }
            stretch         = TRUE
        }
    }
    xthickness = 3
}
widget "*.mokomenubox-application-menubar" style "mokomenubox-application-menubar"
class "GtkMenuBar" style "mokomenubox-application-menubar"

style "mokomenubox-filter-menubar" {
    engine "pixmap" {
        image {
            function        = BOX
            recolorable     = TRUE
            file            = "openmoko-filter-menu-bg.png"
            border          = { 0, 15, 0, 0 }
            stretch         = TRUE
        }
    }
    xthickness = 3
}
widget "*.mokomenubox-filter-menubar" style "mokomenubox-filter-menubar"

style "mokomenubox-application-menubar-items" {
    font_name = "Vera Sans 8"
    fg[NORMAL] = "#333333"
    fg[PRELIGHT] = "#333333"
}
widget "*.mokomenubox-application-menubar.*.GtkAccelLabel" style "mokomenubox-application-menubar-items"

style "mokomenubox-filter-menubar-items" {
    font_name = "Vera Sans 8"
    fg[NORMAL] = "#ffffff"
    fg[PRELIGHT] = "#ffffff"
}
widget "*.mokomenubox-filter-menubar.*.GtkAccelLabel" style "mokomenubox-filter-menubar-items"
