BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    FLOAT: left;
    WIDTH: 25px;
    CURSOR: hand;
    POSITION: relative;
    TEXT-ALIGN: center
}
.Bar1
{
    FLOAT: left;
    WIDTH: 55px;
    CURSOR: hand;
    POSITION: relative;
    TEXT-ALIGN: center
}

.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 25px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;

}
.menuItem
{
    WIDTH: 100%;
    CURSOR: hand;

}
.ItemMouseOver
{
    WIDTH: 25px;
    CURSOR: hand;
    COLOR: highlighttext;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    FLOAT: left;

    WIDTH: 25px;
    CURSOR: hand;
    TEXT-INDENT: 0px;
    BORDER-BOTTOM: blue 0px ridge;
    POSITION: relative;
    BACKGROUND-COLOR:
    TEXT-ALIGN: center
}
