BODY
{

font-family: Verdana; font-size: 8.5pt}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    border:1px outset blue; FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #004080;
    TEXT-ALIGN: center; font-family:Verdana; font-size:8.5pt
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin;
    BORDER-TOP: buttonhighlight thin;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin;
    POSITION: absolute;
    BACKGROUND-COLOR: #004080 transparent;
}
.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: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FONT-FAMILY: Webdings;
    POSITION: relative;
    TEXT-ALIGN: left
}
.barOver
{
    border:1px ridge blue; FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #496689;
    TEXT-ALIGN: center; font-family:Verdana; color:#003366; font-size:8.5pt
}