style "mx-menu" {
  xthickness  = 0
  ythickness  = 1
  bg[NORMAL] = "#ececec"

  engine "murrine" {
    border_shades = {1.0, 1.0}
    menuitemstyle   = 0
    menustyle = 3
  }
}

style "menu-item" {
  bg[SELECTED] = "#b0d9ff"
  text[NORMAL] = "#4a4a4a"
  fg[NORMAL] = "#4a4a4a"
  fg[PRELIGHT] = "#4a4a4a"
  fg[INSENSITIVE] = "#acacac"
  GtkSeparatorMenuItem  ::horizontal-padding  = 0

  ythickness  = 3
  xthickness  = 0
  engine "murrine" {
    arrowstyle = 2
    border_shades = {1.0, 1.0}
    contrast = 0.0
    gradient_shades = {1.0, 1.0, 1.0, 1.0}
    menuitemstyle = 0
    menustyle = 3
    roundness = 1
    separatorstyle = 0
    shadow_shades = {1.0, 1.0}
  }

}
style "menu-seprator"{
  ythickness = 1
  xthickness = 0
  bg[NORMAL] = "#e0e0e0"

  engine "murrine" {
    border_shades = {1.0, 0.3}
    contrast = 0.8
    gradient_shades = {1.0, 0.0, 0.0, 0.60}
    separatorstyle = 0
    shadow_shades = {1.0, 1.0}

  }
}
widget_class "*<GtkMenuItem>*" style "menu-item"
widget_class "*<GtkMenu>" style "mx-menu"
widget_class "*<GtkSeparatorMenuItem>*" style "menu-seprator"