BODY
{
}
.menuBar
{
	POSITION: relative;
	BACKGROUND-COLOR: A3C6DE;
	TEXT-ALIGN: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	font-size: 12px;
	left: -280;
	top: -10;








}
.Bar
{
	FLOAT: left;
	WIDTH: 90px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: A3C6DE;
	TEXT-ALIGN: center;
	border: 1px outset #006699;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	left: 285px;
	top: 6px;
	height: 18px;






}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	WIDTH: 90px;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: A3C6DE;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;


}
.menuItem
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #FFFFFF;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: #3399CC
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
	FLOAT: left;
	WIDTH: 90px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	POSITION: relative;
	BACKGROUND-COLOR: A3C6DE;
	TEXT-ALIGN: center;
	border: 1px ridge #006699;

}
