BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-family : Arial, Helvetica, sans-serif;
}
.Bar
{
	BORDER-RIGHT: white 1px solid;
	BORDER-TOP: white 1px solid;
	FLOAT: left;
	BORDER-LEFT: white 1px solid;
	WIDTH: 120px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: white 1px solid;
	POSITION: relative;
	BACKGROUND-COLOR: #98B2C3;
	TEXT-ALIGN: centert;
	font-size : 10px;
	LINE-HEIGHT: 18px;
	font-family : Arial, Helvetica, sans-serif;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 137px;
	LINE-HEIGHT: 18px;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: #98B2C3;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 15px;
    BORDER-BOTTOM: white 1px solid
	font-family : Arial, Helvetica, sans-serif;
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 100%;
	CURSOR: hand;
	COLOR: highlighttext;
	LINE-HEIGHT: 15px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: #1E4070;
	font-family : Arial, Helvetica, sans-serif;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: center
}
.barOver
{
	BORDER-RIGHT: 1px ridge #98B2C3;
	BORDER-TOP: 1px ridge #98B2C3;
	FLOAT: left;
	BORDER-LEFT: 1px ridge #98B2C3;
	WIDTH: 120px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BORDER-BOTTOM: 1px ridge #98B2C3;
	POSITION: relative;
	BACKGROUND-COLOR: #98B2C3;
	TEXT-ALIGN: center;
	font-size : 10px;
	LINE-HEIGHT: 18px;
	font-family : Arial, Helvetica, sans-serif;
}

