.menuBar
{
	BACKGROUND-COLOR: transparent;
	TEXT-ALIGN: center;
	background-position: center center;
	vertical-align: middle;
	font-weight: bold;
	position: absolute;
	color: #FFFFFF;
	text-decoration: none;
}
.Bar
{
	WIDTH: 192px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BACKGROUND-COLOR: #000080;
	TEXT-ALIGN: left;
	border: 1px outset #FFFFFF;
	color: #FFFFFF;
	height: 25px;
	background-position: center center;
	vertical-align: middle;
	text-decoration: none;
}
.menu
{
	BORDER-RIGHT: buttonhighlight thin outset;
	BORDER-TOP: buttonhighlight thin outset;
	VISIBILITY: hidden;
	BORDER-LEFT: buttonhighlight thin outset;
	LINE-HEIGHT: 140%;
	BORDER-BOTTOM: buttonhighlight thin outset;
	POSITION: absolute;
	BACKGROUND-COLOR: #000080;
	color: #FFFFFF;
	text-decoration: none;
	}
.menuItem
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 180px;
	CURSOR: hand;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: white 1px solid;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.ItemMouseOver
{
	PADDING-RIGHT: 15px;
	PADDING-LEFT: 10px;
	WIDTH: 180px;
	CURSOR: hand;
	COLOR: #FFFFFF;
	LINE-HEIGHT: 20px;
	BORDER-BOTTOM: white 1px solid;
	BACKGROUND-COLOR: #000080;
	height: 25px;
	font-weight: bold;
}
.ItemMouseOut
{
	WIDTH: 180px;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
}

}
.barOver
{
	WIDTH: 180px;
	CURSOR: hand;
	TEXT-INDENT: 5px;
	BACKGROUND-COLOR: #009900;
	TEXT-ALIGN: center;
	border: 1px ridge #FFFFFF;
	right: auto;
	height: 25px;
}

/*
a:visited{
	color: #FFFFFF;
	text-decoration: none;

}


a:link{
	color: #FFFFFF;
	text-decoration: none;

}
*/
