BODY
{
}
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
	/*border-right: white 1px outset;
	border-left: white 1px outset;
	border-bottom: white 1px outset;
	border-top: white 1px outset;*/
	float: left;
	width: 117px;
	cursor: hand;
	position: relative;
	background-color: black;
	text-align: center;
}
.barOver
{
	/*border-right: white 1px inset;
	border-top: white 1px inset;
	border-bottom: white 1px inset;
	border-left: white 1px inset;*/
	float: left;
	width: 117px;
	cursor: hand;
	position: relative;
	background-color: black;
	text-align: center;
}
.menu
{
	border-right: lightslategray thin solid;
	border-top: lightslategray thin solid;
	visibility: hidden;
	border-left: lightslategray thin solid;
	width: 180px;
	color: white;
	line-height: 140%;
	/*border-bottom: lightslategray thin solid;*/
	position: absolute;
	background-color: #1F4172;
	text-indent: 7px;
}
.menuItem
{
    /*PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;*/
    WIDTH: 100%;
    CURSOR: hand;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: lightslategray 2px solid;
    font-size: 16px
}
.ItemMouseOver
{
    /*PADDING-RIGHT: 15px;*/
    /*PADDING-LEFT: 10px;*/
    WIDTH: 100%;
    CURSOR: hand;
    /*COLOR: highlighttext;*/
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: lightslategray 2px solid;
    BACKGROUND-COLOR: gray;
    font-size: 16px
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}

