BODY
{
}
.menuBar
{
    POSITION: center;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: #996633 2px outset;
    BORDER-TOP: #FFFFCC 2px outset;
    FLOAT: left;
    BORDER-LEFT: #FFFFCC 2px outset;
    WIDTH: 110px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #996633 2px outset;
    POSITION: center;
    BACKGROUND-COLOR: #99CCFF;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 22px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #99CCFF
}
.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: #00FFFF
}
.ItemMouseOut
{
    WIDTH: 80px
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: center
}
.barOver
{
    BORDER-RIGHT: beige 0px ridge;
    BORDER-TOP: beige 0px ridge;
    FLOAT: left;
    BORDER-LEFT: beige 0px ridge;
    WIDTH: 100%;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: beige 0px ridge;
    POSITION: center;
    BACKGROUND-COLOR: #00FFFF;
    TEXT-ALIGN: center
}