# Settings for menu, menuitems and menubar widgets 

style "butter-menubarrc" 
{
	xthickness = 7
	ythickness = 2

	GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN
	
	bg[NORMAL]      = "#cccccc"
	bg[PRELIGHT]    = "#7b96ac"
    bg[ACTIVE]      = "#DDDDD0"
    bg[INSENSITIVE] = "#cccccc"
    bg[SELECTED]    = "#7b96ac"
    
    base[SELECTED]  = "#7b96ac"
    base[NORMAL]    = "#D9E2E8"
    base[ACTIVE]    = "#DDDDD0" 
  
  	text[SELECTED]  = "#ffffff"
  	text[ACTIVE]    = "#000000"
  	
  	engine "lighthouseblue" {}
}
class "GtkMenuBar" style "butter-menubarrc"
