.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    COLOR : white;
    BORDER-RIGHT: #9B1307 0px none;
    BORDER-TOP: #9B1307 0px none;
    FLOAT: left;
    BORDER-LEFT: #9B1307 0px none;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: #9B1307 0px none;
    POSITION: relative;
    BACKGROUND-COLOR: #9B1307;
    TEXT-ALIGN: center
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin none;
    BORDER-TOP: buttonhighlight thin none;
    VISIBILITY: hidden;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    BACKGROUND-COLOR: #9B1307
}
.menuItem
{   
    BORDER-RIGHT: #9B1307 0px none;
    BORDER-TOP: #9B1307 0px none;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    
}
.ItemMouseOver
{
    BORDER: none;
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BACKGROUND-COLOR: #333333
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER: none;
    FLOAT: left;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: #9B1307;
    TEXT-ALIGN: center
}