/*
.menu, .menu a.menuItem {
    font-family: ;
    font-size: 10.8pt;
    font-style: normal;
    font-weight: normal;
    color: ;
}
*/

.menu {
    background-image: url(/images/white-trans.png);
    _background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/white-trans.png');
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    z-index: 101;
    border: 1px solid #888888;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 80%;
    font-weight: bold;
}

.menu a.menuItem {
    color: black;
    text-decoration: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.menu a.menuItem:hover {
    text-decoration: underline;
}

.menu .fake a.menuItem:hover {
    text-decoration: none;
}

.menu li.nonlink, a.menuItem {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 1px 1em;
}

/* IE is dumb without this */
.menu .iehack {
    display: none;
}
