################### MENU #########################

style "menu"			= "default"
{
xthickness			= 1
ythickness			= 1

  bg[NORMAL]      	= "#f0f0f0"

  engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable    	= TRUE
      detail				= "menu"
      file				= "Menu-Menubar/menu.png"
      border			= { 34, 3, 3, 3 }
      stretch			= TRUE
    }
  }
}

###################### Menuitem #############################
style "menuitem"	= "default"
{
	
  xthickness				= 1
  fg[NORMAL] 		= "#404040"  
  fg[SELECTED] 		= "#404040"  
  fg[PRELIGHT] 		= "#404040"  
# for chrome drop down menu text on hover
   	text[NORMAL]   = "#404040"  
	text[PRELIGHT] = "#404040"  
	text[SELECTED] = "#404040"  
# for chrome drop down menu selected background
   bg[SELECTED]      	= "#c4e2ff"

   engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable		= TRUE
      file				= "Menu-Menubar/menuitem.png"
      border			= { 10, 10, 10, 10 }
      stretch			= TRUE
    }
    image
    {
      function				= ARROW
      recolorable			= TRUE
      state					= NORMAL
      overlay_file			= "Arrows/arrow-right-norm.png"
      overlay_stretch	= FALSE
      arrow_direction	= RIGHT
    }
  image
    {
      function				= ARROW
      recolorable			= TRUE
      state					= PRELIGHT
      overlay_file			= "Arrows/arrow-right-prelight.png"
      overlay_stretch	= FALSE
      arrow_direction	= RIGHT
    }
  }
}


style "tearoffmenuitem"	= "menuitem"
{
  engine "pixmap"
  {
    image
    {
      function				= ARROW
      file					= "Arrows/arrow-left.png"
      stretch				= TRUE
      arrow_direction	= LEFT
    }
  }
}

style "TextoMenu"
{
  fg[PRELIGHT]	= "#000" #Text selection
  fg[NORMAL]    ="#000" #Text active
  
}


#################### MENUBAR ###################
style "menubar"		

{
  xthickness			= 2
  ythickness			= 1

  	text[NORMAL]   = "#404040"  
	text[PRELIGHT] = "#404040"  
	text[SELECTED] = "#404040"  
# for firefox tab text
  fg[NORMAL] 		= "#404040"  
  fg[SELECTED] 		= "#404040"  
  fg[PRELIGHT] 		= "#404040"  


	engine "pixmap"
	{
		image
		{
			function	= BOX
			state = NORMAL
			file		= "Menu-Menubar/menubar.png"
			border	= { 0, 2, 0, 2 }
			stretch	= TRUE
    		}

		image
		{
			function	= BOX
			state = ACTIVE
			file		= "Menu-Menubar/menubar.png"
			border	= { 0, 2, 0, 2 }
			stretch	= TRUE
    		}

		image
		{
			function	= BOX
			state = INSENSITIVE
			file		= "Menu-Menubar/menubar.png"
			border	= { 0, 2, 0, 2 }
			stretch	= TRUE
    		}

  image
    {
      function			= BOX
      recolorable		= TRUE
			state = PRELIGHT
     file				= "Menu-Menubar/menubar-item-tab.png"

      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }

  }
}
