BODY
{
}
.menuBar
    { font: medium; 
background-color: FFFFFF; 
text-align: center;
POSITION: relative
}
.Bar
 { 
FONT: medium; 
TEXT-ALIGN: center; 
TEXT-INDENT: 5px; 
FLOAT: left; 
BORDER: outset 1px black; 
POSITION: relative; 
WIDTH: 100px; 
CURSOR: hand; 
HIGHT: 100px;
background-color: FFFFFF;  
}

.menu
  {  BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 200px;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    background-color: FFFFFF;  }

.menuItem
 { 
padding-right: 15px; 
padding-left: 10px; 
border-bottom: 1px solid white; 
width: 100%; cursor: hand 
}
.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
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
 { 
font: medium; 
text-align: center;
 text-indent: 5px; 
float: left; border: ridge 1px black; 
position: relative; 
width: 100px; 
cursor: hand 
}
.text { color: #696969; font-size: 10pt; font-family: Arial }
.textfett { color: #696969; font-weight: bold; font-size: 10pt; font-family: Arial }
