:root {
  --menu-bg: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#07158C), to(#0E16F7));
  --menu-fg: #e7e5e5;

  --menu-sub-bg: blue;
  --menu-sub-parent: navy;

  --hover-top-bg: #999 -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.95) 9%,rgba(255,255,255,0.8) 25%,rgba(255,255,255,0.61) 42%,rgba(255,255,255,0.15) 78%,rgba(255,255,255,0.03) 92%,rgba(255,255,255,0) 100%) repeat-x 0 -5px; 
  --hover-top-fg: blue;
  --hover-sub-bg: rgb(47, 14, 194);
  --hover-sub-fg: rgb(230, 214, 214);

}
