BODY
{
}
.menuBar
{
    TEXT-ALIGN: center
    
}
.Bar
{
    FLOAT: left;
    WIDTH: 147px;
    CURSOR: hand;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}

.barOver
{
    FLOAT: left;
    WIDTH: 147px;
    CURSOR: hand;
    POSITION: relative;
    BACKGROUND-COLOR: #666666;
    TEXT-ALIGN: center
}

.menu
{
    VISIBILITY: hidden;
    WIDTH: 147px;
    LINE-HEIGHT: 140%;
    POSITION: absolute;
    BACKGROUND-COLOR: #666666
}

.menuItem
{
    PADDING-RIGHT: 7px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px ridge;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9;
    COLOR: #FFFFFF
}

.ItemMouseOver
{
    PADDING-RIGHT: 7px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px ridge;
    BACKGROUND-COLOR: highlight;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 9;
    COLOR: #FFFFFF
}
.ItemMouseOut
{
    WIDTH: 100%
}



