BODY{}.menuBar{    POSITION: relative;    BACKGROUND-COLOR: transparent;    TEXT-ALIGN: center;    FONT-FAMILY: arial,helvetica,sans-serif;    FONT-SIZE: 13px; FONT-WEIGHT: 600        }.Bar{    BORDER-RIGHT: blue 1px outset;    BORDER-TOP: blue 1px outset;    FLOAT: left;    BORDER-LEFT: blue 1px outset;    WIDTH: 100px;    CURSOR: hand;    TEXT-INDENT: 5px;    BORDER-BOTTOM: blue 1px outset;    POSITION: relative;    BACKGROUND-COLOR: CCCC99;    TEXT-ALIGN: center;}.menu{    BORDER-RIGHT: buttonhighlight thin outset;    BORDER-TOP: buttonhighlight thin outset;    VISIBILITY: hidden;    BORDER-LEFT: buttonhighlight thin outset;    WIDTH: 150px;    LINE-HEIGHT: 140%;    BORDER-BOTTOM: buttonhighlight thin outset;    POSITION: absolute;    BACKGROUND-COLOR: F0F0D0;    FONT-FAMILY: arial,helvetica,sans-serif;}.menuItem{    PADDING-RIGHT: 15px;    PADDING-LEFT: 10px;    WIDTH: 100%;    CURSOR: hand;    LINE-HEIGHT: 20px;    BORDER-BOTTOM: 004400 1px solid;    FONT-FAMILY: arial,helvetica,sans-serif;    FONT-SIZE: 11px; FONT-WEIGHT: 400    }.ItemMouseOver{    PADDING-RIGHT: 15px;    PADDING-LEFT: 10px;    WIDTH: 100%;    CURSOR: hand;    COLOR: highlighttext;    LINE-HEIGHT: 20px;    BORDER-BOTTOM: white 1px solid;    BACKGROUND-COLOR: highlight;    FONT-FAMILY: arial,helvetica,sans-serif;    FONT-SIZE: 13px; FONT-WEIGHT: BOLD;    COLOR: #F9F2A4;    }.ItemMouseOut{    WIDTH: 100%}.Arrow{    FLOAT: right;    FONT-FAMILY: Webdings;    POSITION: absolute;    TEXT-ALIGN: left}.barOver{    BORDER-RIGHT: blue 1px ridge;    BORDER-TOP: blue 1px ridge;    FLOAT: left;    BORDER-LEFT: blue 1px ridge;    WIDTH: 100px;    CURSOR: hand;    TEXT-INDENT: 5px;    BORDER-BOTTOM: blue 1px ridge;    POSITION: relative;    BACKGROUND-COLOR: E8E8A8;    TEXT-ALIGN: center}