BODY
{
}
.menuBar
{
    POSITION: center;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: #996633 3px outset;
    BORDER-TOP: #EAC610 3px outset;
    FLOAT: left;
    BORDER-LEFT: #996633 3px outset;
    WIDTH: 110px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #996633 1px outset;
    POSITION: center;
    BACKGROUND-COLOR: #D68711;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 140px;
    LINE-HEIGHT: 30px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #D68711
}
.menuItem
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #CCCCCC
}
.ItemMouseOut
{
    WIDTH: 80px
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: center
}
.barOver
{
    BORDER-RIGHT: beige 3px ridge;
    BORDER-TOP: beige 3px ridge;
    FLOAT: left;
    BORDER-LEFT: beige 3px ridge;
    WIDTH: 100%;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: beige 1px ridge;
    POSITION: center;
    BACKGROUND-COLOR: #FFCC33;
    TEXT-ALIGN: center
}
