BODY
 { font-size: 7pt; font-family: verdana, arial, sans-serif }
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
 { color: white; font-size: 8pt; background-color: #690; text-align: center; text-indent: 5px; float: left; border: outset 1px #a7c07a; position: relative; width: 100px; cursor: hand }
.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: deepskyblue
}
.menuItem
 { color: white; font-size: 8pt; line-height: 14px; background-color: #a7c07a; border-bottom: 1px solid white; width: 100%; cursor: hand }
.ItemMouseOver
 { color: #a7c07a; font-size: 8pt; line-height: 14px; background-color: #462; border-bottom: 1px solid white; width: 100%; cursor: hand }
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
 { color: white; font-size: 8pt; background-color: #a7c07a; text-align: center; text-indent: 5px; float: left; border: ridge 1px #a7c07a; position: relative; width: 100px; cursor: hand }
