/*Modernizr.load({
  test: Modernizr.fontface,
  yep : 'member_templates/sketch1-dlw/style/fontface.css'
});*/

$("#toolbar ul li ul li").hover(
  function () {
    $(this).parent().parent("li").addClass("selected");
  }, 
  function () {
    $(this).parent().parent("li").removeClass("selected");
  }
);

