BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: white 1px outset;
    BORDER-TOP: white 1px outset;
    FLOAT: left;
    BORDER-LEFT: white 1px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: #000000;
    TEXT-ALIGN: center;
    FONT-FAMILY: Arial

}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-FAMILY: Haettenschweiler

}
.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: #000000;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #E27E7C;
    FONT-FAMILY: Arial
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: white 1px ridge;
    BORDER-TOP: white 1px ridge;
    FLOAT: left;
    BORDER-LEFT: white 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #EBDB8E;
    TEXT-ALIGN: center;
    FONT-FAMILY: Arial
}

.lowText { text-decoration: none; color: #000000; font: Bold 14px Arial, Helvetica }
.highText { text-decoration: none; color: #000000; font: Bold 14px Arial, Helvetica }
.itemBorder { border: 1px solid #000000 }
.itemBorderBlank { border: 1px solid #000000 }

.buttonText { text-decoration: none; color: #FFCC99; font: Bold 12px Arial, Helvetica }
.buttonHover { text-decoration: none; color: #99CCFF; font: Bold 12px Arial, Helvetica; padding: 1px }
.buttonBorder { border: 1px outset #339966 }
.buttonBorderOver { border: 1px inset #CC9966 }
}

