body
{
}
.menuBar
{
	position: relative;
	background-color: transparent;
	text-align: left;
}
.Bar
{
	border-right: #ffffff 0px outset;
	border-left: #ffffff 0px outset;
	border-top: #ffffff 0px outset;
	border-bottom: #ffffff 0px outset;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	float: left;
	cursor: hand;
	text-indent: 0px;
	position: relative;
	background-color:#3D4699;
	text-align: left;
}
.menu
{
	border-right: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	border:#014000 1 solid;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	visibility: hidden;
	position: absolute;
	background-color:#017298;
}
.menuItem
{
	padding-right: 10px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	cursor: hand;
	border-bottom: #ffffff 0 solid;
	background-color:#017298;
}
.ItemMouseOver
{
	padding-right: 10px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family:tahoma;
	font-size:10pt;
	color:#ffff00;
	font-weight:bold;
	cursor: hand;
	border-bottom: #ffffff 0px solid;
}
.ItemMouseOut
{
	padding-right: 10px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	cursor: hand;
	border-bottom: #ffffff 0px solid;
}
.barOver
{
	border-right: #ffffff 0px ridge;
	border-left: #ffffff 0px ridge;
	border-top: #ffffff 0px ridge;
	border-bottom: #ffffff 0px ridge;
	font-family:tahoma;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	float: left;
	cursor: hand;
	text-indent: 0px;
	position: relative;
	background-color:#3D4699;
	text-align: left;
}