/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */

ul.menu a:hover {
  text-decoration: underline ! important;
}

ul.menu li.leaf {
  list-style-image: none ! important;
  list-style-type: disc;
}
ul.menu li.expanded {
  /* currently the down arrow */
}
ul.menu li.collapsed {
  /* currently the right arrow */
}

li.expanded, li.collapsed, li.leaf {
  padding: 4px 2px 0px 0px;
  margin: 0px;
}

/* to get more specific you can to:
section.block-system-navigation ***** {
}
*/
