BODY
{
	}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	font-size : 12px;
  	font-family : arial
}
.Bar
{
    BORDER-RIGHT: red 2px outset;
    BORDER-TOP: red 2px outset;
    FLOAT: left;
    BORDER-LEFT: red 2px outset;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: red 2px outset;
    POSITION: relative;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: center;
	font-size : 12px;
  	font-family : arial
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 140px;
    LINE-HEIGHT: 100%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR: white;
	font-size : 12px;
  	font-family : arial
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: red 1px solid;
	font-size : 12px;
  	font-family : arial
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: red 1px solid;
    BACKGROUND-COLOR: red
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: red 1px ridge;
    BORDER-TOP: red 1px ridge;
    FLOAT: left;
    BORDER-LEFT: red 1px ridge;
    WIDTH: 100px;
    CURSOR: hand;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: white 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR: red;
    TEXT-ALIGN: center
}
.P {
  font-size : 10px;
  font-family : arial;
  color : #000000;
  background : transparent;
  text-align : justify;
}

.br {
  font-size : 10px;
  font-family : arial;
  color : #000000;
  background : transparent;
  text-align : justify;
}

TD {
  font-size : 10px;
  font-family : verdana;
  color : #000000;
}