.yui3-menu,
.yui3-menu-children {
    left: -10000px;
    position: absolute;
    top: -10000px;
    visibility: hidden;
}

.yui3-menu.yui3-menu-open {
    left: auto;
    top: auto;
    visibility: visible;
    z-index: 2;
}

.yui3-menu-children {
    left: -10000px;
    list-style: none;
    margin: 0;
    padding: 0;
    top: -10000px;
    z-index: 1;
}

.yui3-menu > .yui3-menu-children { position: relative; }

.yui3-menu-open > .yui3-menu-children {
    left: 0;
    top: 0;
    visibility: visible;
}

.yui3-menu-item { position: relative; }

.yui3-menu-label {
    display: block;
    color: inherit;
    line-height: 1.5;
    padding: 0 20px;
    text-decoration: none;
    white-space: nowrap;
}

a.yui3-menu-label { padding-right: 30px; }

.yui3-menu-can-have-children > .yui3-menu-label:after {
    content: '\25B8';
    float: right;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'DejaVu Sans', sans-serif; /* These specific fonts have the Unicode char we need. */
    margin-right: -20px;
    margin-top: -1px;
}

.yui3-menu-separator {
    background-color: #dfdfdf;
    display: block;
    height: 1px;
    font-size: 0;
    margin: 7px 2px;
    overflow: hidden;
}

.yui3-menu-hidden { display: none; }
