BODY
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Bar
{
	FLOAT: left;
	WIDTH: 105px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: D0E6F3;
	TEXT-ALIGN: center;
	height: 20px;
	vertical-align: bottom;
	color: #3996CD;
	border-right: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #93CDF0;
	border-left: 1px dotted #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #93CDF0;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 190px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: #FF9900;
	color: #FFFFFF;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: D0E6F3}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
	FLOAT: right;
	FONT-FAMILY: Webdings;
	POSITION: absolute;
	TEXT-ALIGN: left;
	color: #FFFFFF;
}
.barOver
{
	FLOAT: left;
	WIDTH: 105px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: FFCA94;
	TEXT-ALIGN: center;
	border: 1px outset #FFFFFF;
	height: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

