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

  bg[ACTIVE]        = "#d7d7d8"
  bg[INSENSITIVE]   = "#f0f0f1"
  bg[NORMAL]        = "#f0f0f1"
  bg[PRELIGHT]      = "#ffffff"
  bg[SELECTED]      = "#7f7fb0"
    
  base[ACTIVE]      = "#b6b6cf"
  base[INSENSITIVE] = "#e6e6e7"
  base[NORMAL]      = "#fefefe"
  base[PRELIGHT]    = "#f0f0f1"
  base[SELECTED]    = "#8a8ab0"

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

  engine "xfce" 
  {
     #default
  }
}

style "menuitem"
{
  text[PRELIGHT]    = "#ffffff"
  fg[PRELIGHT]      = "#ffffff"
  bg[PRELIGHT]      = "#7f7fb0"
  base[PRELIGHT]    = "#7f7fb0"
}

style "tooltips"
{
  bg[NORMAL] = { 0.95,0.95,0.98 }
}	 

class "GtkWidget" style "default"
class "GtkMenu" style "menuitem"

widget_class "*.GtkMenuBar.*" style "menuitem"
widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"
 
widget_class "*Progress*" style "menuitem"
class "*Progress*"        style "menuitem"

widget "gtk-tooltips"     style "tooltips"
	 
