}
.menuText {
	font-family: Arial; color: #ffffff; font-size: 10px; weight: bold;
	
body
}
.menuBar
{
    POSITION: left;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
    WIDTH: 90%;
    font-family: Arial; color: #000000; font-size: 14px; weight: bold;
    LINE-HEIGHT: 20px;

}
.Bar
{
    BORDER-RIGHT: transparent 1px outset;
    BORDER-TOP: transparent 1px outset;
    FLOAT: left;
    BORDER-LEFT: transparent 1px outset;
    WIDTH: 80px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: transparent 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.menu
{
    font-family: Arial; color: #ffffff; font-size: 10px; weight: bold;
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 80px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: #404040
}
.menuItem
{
    font-family: Arial; color: #ffffff; font-size: 10px; weight: bold;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 5px;
    WIDTH: 140px;
    CURSOR: hand;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    font-family: Arial; color: #ffffff; font-size: 10px; weight: bold;
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 5px;
    WIDTH: 140px;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    font-family: Arial; color: #ffffff; font-size: 12px; weight: bold;
    BORDER-RIGHT: #404040 1px ridge;
    BORDER-TOP: #404040 1px ridge;
    FLOAT: left;
    BORDER-LEFT: #404040 1px ridge;
    WIDTH: 80px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #404040 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: #404040;
    TEXT-ALIGN: center
}