﻿
DIV.menuBar {
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    border-top-style: none;
    font-style: normal;
    font-family: Arial; /*"MS Sans Serif" , Arial, sans-serif;*/
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

    DIV.menuBar A.menuButton {
        font-weight: normal;
        font-size: 9pt;
        color: #000000;
        font-style: normal;
        font-family: Arial;
        text-shadow: 1px 1px 1px #ffffff;
        font-weight: bold;
    }

DIV.menu {
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    font-style: normal;
    font-family: Arial;
    margin-top: 0px;
    text-shadow: 0.5px 0.5px 0.5px #b4b4b4;
}

    DIV.menu A.menuItem {
        font-weight: normal;
        font-size: 8pt;
        color: #000000;
        font-style: normal;
        font-family: Tahoma;
        text-shadow: 0.5px 0.5px 0.5px #ffffff;
    }

DIV.menuBar {
    border-right: #909090 2px;
    padding-right: 2px;
    border-top: #f0f0f0 2px;
    padding-left: 2px;
    padding-bottom: 4px;
    border-left: #f0f0f0 2px;
    padding-top: 4px;
    border-bottom: #909090 2px;
    background-color: #ebebeb;
    text-align: left;
}

    DIV.menuBar A.menuButton {
        border-right: #b4b4b4 1px solid;
        padding-right: 6px;
        padding-left: 6px;
        z-index: 100;
        left: 0px;
        padding-bottom: 2px;
        margin: 1px;
        border-left: #b4b4b4 1px solid;
        cursor: default;
        color: black;
        padding-top: 2px;
        position: relative;
        top: 0px;
        background-color: transparent;
        /*text-decoration: none;*/
    }

        DIV.menuBar A.menuButton:hover {
            border-left-color: #f0f0f0;
            color: black;
            background-color: #ffffff;
            border-right-color: #909090;
            border-bottom: #909090 1px solid;
            border-top: #f0f0f0 1px solid;
        }

    DIV.menuBar A.menuLink {
        border-right: #d0d0d0 1px solid;
        padding-right: 6px;
        padding-left: 6px;
        z-index: 100;
        left: 0px;
        padding-bottom: 2px;
        margin: 1px;
        border-left: #d0d0d0 1px solid;
        cursor: default;
        color: black;
        padding-top: 2px;
        position: relative;
        top: 0px;
        font-weight: bold;
        background-color: transparent;
        text-decoration: none;
        text-shadow: 1px 1px 1px #ebebeb;
    }

        DIV.menuBar A.menuLink:hover {
            border-left-color: #909090;
            color: #000000;
            background-color: #b2b2b2;
            border-right-color: #f0f0f0;
            border-bottom: #f0f0f0 1px solid;
            border-top: #909090 1px solid;
            text-shadow: 1px 1px 1px #ffffff;
        }

    DIV.menuBar A.menuButtonActive {
        border-left-color: #909090;
        left: 1px;
        border-bottom: #f0f0f0 1px solid;
        color: #000000;
        border-top: #909090 1px solid;
        top: 1px;
        background-color: #cccccc;
        border-right-color: #f0f0f0;
        text-shadow: 1px 1px 1px #ebebeb;
    }

        DIV.menuBar A.menuButtonActive:hover {
            border-left-color: #909090;
            left: 1px;
            border-bottom: #f0f0f0 1px solid;
            color: #000000;
            border-top: #909090 1px solid;
            top: 1px;
            background-color: #b2b2b2;
            border-right-color: #f0f0f0;
            text-shadow: 1px 1px 1px #ffffff;
        }

DIV.menu {
    border-right: #909090 2px solid;
    padding-right: 1px;
    border-top: #f0f0f0 2px solid;
    padding-left: 0px;
    z-index: 101;
    left: 0px;
    visibility: hidden;
    padding-bottom: 1px;
    border-left: #f0f0f0 2px solid;
    padding-top: 0px;
    border-bottom: #909090 2px solid;
    position: absolute;
    top: 0px;
    background-color: #fafafa;
    text-shadow: 0.5px 0.5px 0.5px #b4b4b4;
}

    DIV.menu A.menuItem {
        padding-right: 1em;
        display: block;
        padding-left: 1em;
        padding-bottom: 3px;
        cursor: default;
        color: #000000;
        padding-top: 3px;
        white-space: nowrap;
        /*TEXT-DECORATION: none*/
        text-shadow: 1px 1px 1px #ebebeb;
        font-weight: bold;
    }

        DIV.menu A.menuItem:hover {
            color: #000000;
            background-color: #b2b2b2;
        }

    DIV.menu A.menuItemHighlight {
        color: #ffffff;
        background-color: #828287
    }

    DIV.menu A.menuItem SPAN.menuItemText {
    }

    DIV.menu A.menuItem SPAN.menuItemArrow {
        margin-right: -0.75em
    }

    DIV.menu DIV.menuItemSep {
        border-top: #909090 1px solid;
        margin: 4px 2px;
        border-bottom: #f0f0f0 1px solid
    }
