style "default"
{
        fg[NORMAL] = "#000000"
        fg[ACTIVE] = "#000000"
        fg[INSENSITIVE] = "#565248"
        fg[PRELIGHT] = "#000000"
        fg[SELECTED] = "#ffffff"

        bg[ACTIVE] = "#bab5ab"
        bg[NORMAL] = "#eae8e3"
        bg[INSENSITIVE] = "#e3e1dd"
        bg[PRELIGHT] = "#f3f1eb"
        bg[SELECTED] = "#d1940c"

        base[NORMAL] = "#ffffff"
        base[ACTIVE] = "#807d74"
        base[INSENSITIVE] = "#ffffff"
        base[PRELIGHT] = "#eae8e3"
        base[SELECTED] = "#d1940c"

        text[NORMAL] = "#000000"
        text[ACTIVE] = "#000000"
        text[PRELIGHT] = "#000000"
        text[SELECTED] = "#FFFFFF"
        text[INSENSITIVE] = "#565248"

	engine "mist" {
	}
}

style "menuitem"
{
        text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"
}

class "GtkWidget" style "default"
widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkPixmapMenuItem.*.*" style "menuitem"
widget_class "*.GtkPixmapMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"





