Every one is responsive
Infinite Colors (with code)
Pure CSS animation (14 animations) 
 
This apply to the submenus. (Menu Options has childs)
$.MetroMenu( 
 
{ 
 
  backicon:  "images/back.png",
 
  color1:  "#01a2a0",
 
  color2:  "#008d8b",
 
  withtooltip:  true,
 
  closeonclick:  true,
 
  escclose:  true,
 
  items:[
 
     {
 
      name: Go Gmail",
 
      icon: images/gmail.png",
 
      link: 
 
     },
 
     { 
 
     name: Go Skype",
 
     icon: images/skype.png",
 
     link: 
 
     }]
 
}
 
);
 
$.MetroMenu( 
 
{
 
   backicon: "images/back.png",
 
   color1: "#95b201",
 
   color2: "#8aa404",
 
   withtooltip: true,
 
   closeonclick: true,
 
   escclose: true,
 
   items:[
 
   { 
 
     name: Mail",
 
     icon: images/mail.png",
 
     items:[{
 
       name: Mail",
 
       icon: images/mail.png"
 
     },
 
     {
 
       name: Open Mail",
 
       icon: images/mailopen.png"
 
     }]
 
     },
 
     { 
 
     name: Office",
 
     icon: images/office.png",
 
     items:[{
 
       name: Word",
 
       icon: images/word.png"
 
     },
 
     {
 
       name: Outlook",
 
       icon: images/outlook.png"
 
     }]
 
     }]
 
   }
 
);
 
如果你想关闭的时候可以通过按键(ESC)来关闭它. 
 
当然你也可以用 "CloseMetroMenu()" 来通过代码关闭。
返回默认状态. 
 If is an SubMenu Option, will return the Primary Option + "." + Secondary Option