BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: 0;
    BORDER-TOP: 0;
    FLOAT: left;
    BORDER-LEFT: 0;
    WIDTH: 80px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: 0;
    POSITION: relative;
    BACKGROUND-COLOR: #336699;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 220px;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #669acc
}
.menuItem
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    WIDTH: 80%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: 0
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 80%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: 0;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 80%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: 0;
    BORDER-TOP: 0;
    FLOAT: left;
    BORDER-LEFT: 0;
    WIDTH: 80px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #669acc;
    TEXT-ALIGN: center
}

