/*
    This file contains menu-related styling for the "msie" classification.  This includes specialized styling
    for multilevel menu display, iframe shims and page image rollovers.
*/

.wlp-bighorn-menu-menu-panel ul ul.show
{
    display: block;
}

.wlp-bighorn-menu-menu-panel ul li.hover
{
    position: relative;
}

.wlp-bighorn-menu-menu-panel ul a.hover
{
    text-decoration: underline;
}

/* styles for iframe shims */

.wlp-bighorn-menu-menu-panel ul iframe
{
    display: block;
    filter: mask();
    height: 0;
    left: 0;
    margin: -1px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}

/* styles for image rolloves (page images) */

.wlp-bighorn-menu-menu-panel ul li img.show
{
    display: inline;
}

.wlp-bighorn-menu-menu-panel ul li img.hide
{
    display: none;
}
