ul.wh-menu
{
  padding: 0;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
}
ul.wh-menu a
{
  cursor: inherit;
  color: inherit;
  text-decoration: inherit;
}
ul.wh-menu li
{
  position:relative;
}
ul.wh-menu li.hidden
{
  display:none;
}
  ul.wh-menu ul
, ul.wh-menulist
{
  display:none;
}
ul.wh-menubar
{
  position:relative;
}
ul.wh-menubar li
{
  display:inline-block;
}
ul.wh-menulist.open
{
  display:block;
  position: absolute;
  max-height: 95%;
}
ul.wh-menu li:before
{
  /* Just to force us taking up height */
  content:"";
  display:inline-block;
  width:0;
}
ul.wh-menu li.divider:before
{
  display:inline;
}

ul.wh-menu li.wh-menu-disabled, ul.wh-menu li.disabled
{
  cursor:default;
  color:rgb(152, 152, 152);
}
ul.wh-submenu-noscroll
{
  overflow-x: hidden;
}
