BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
}
.Bar
{
    BORDER-RIGHT: #999999 2px outset;
    BORDER-TOP: #999999 2px outset;
    FLOAT: left;
    BORDER-LEFT: #999999 2px outset;
    WIDTH: 140px;
    HEIGHT: 22px;
    CURSOR: hand;
    BORDER-BOTTOM: #999999 2px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #006400;
    FONT: 11px Verdana,Arial;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 1.5;
    COLOR: #ffffcc;
    TEXT-ALIGN: center;
}
.menu
{
    BORDER-RIGHT: buttonhighlight 1px outset;
    BORDER-TOP: buttonhighlight 1px outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight 1px outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight 1px outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #6B8E23;
    FONT: 10px Verdana,Arial;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 1.5;
    COLOR: #ffffcc;
    TEXT-ALIGN: left;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #336699;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #e1e1e1;
}
.ItemMouseOut
{
    WIDTH: 100%;
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    FONT-SIZE: 16px;
    POSITION: absolute;
    TEXT-ALIGN: right;
}
.barOver
{
    BORDER-RIGHT: #999999 2px ridge;
    BORDER-TOP: #999999 2px ridge;
    FLOAT: left;
    BORDER-LEFT: #999999 2px ridge;
    WIDTH: 140px;
    HEIGHT: 22px;
    CURSOR: hand;
    BORDER-BOTTOM: #999999 2px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #e1e1e1;
    FONT: 11px Verdana,Arial;
    COLOR: #336699;
    FONT-WEIGHT: bold;
    LINE-HEIGHT: 1.5;
    TEXT-ALIGN: center;
}
