BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    FLOAT: left;
    /*WIDTH: 75px;*/
    CURSOR: hand;
    TEXT-INDENT: 5px;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	margin-left: 3px;
	margin-right: 3px;
	color: #1b2453;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.15px;
	margin-top: 6px;
}
.menu
{
    BORDER-RIGHT: buttonhighlight 0px outset;
    BORDER-TOP: buttonhighlight 0px outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight 0px outset;
    WIDTH: 150px;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight 0px outset;
    POSITION: absolute;
    BACKGROUND-COLOR: transparent
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BACKGROUND-COLOR: #e2e2e2;
	border: #626C92 solid 1px;
	border-top: #aaaaaa solid 0px;	
	/*
	border-top: #ffffff solid 1px;	
	border-right: #aaaaaa solid 1px;	
	border-left: #ffffff solid 1px;	
    BORDER-BOTTOM: #aaaaaa 1px solid;*/
	font-weight: normal;
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: hand;
    COLOR: #222222;
    LINE-HEIGHT: 20px;
	border: #626C92 solid 1px;
	border-top: #aaaaaa solid 0px;	
	/*
	border-top: #aaaaaa solid 1px;	
	border-right: #ffffff solid 1px;	
	border-left: #aaaaaa solid 1px;	
    BORDER-BOTTOM: #ffffff 1px solid;
    */
	BACKGROUND-COLOR: #cccccc;
	font-weight: normal;

}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    FLOAT: left;
    /*WIDTH: 75px;*/
    CURSOR: hand;
	COLOR: #ffffff;
    TEXT-INDENT: 5px;
    BORDER-LEFT: white 2px outset;
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
	margin-left: 1px;
	margin-right: 1px;
}

