.menu a
{
	font: 11px Verdana,sans-serif;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.menu a:hover
{
	font: 11px Verdana,sans-serif;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.menu
{
	padding-right: 4px;
	padding-left: 4px;
	z-index: 2000;
	visibility: hidden;
	padding-bottom: 4px;
	font: 8pt Verdana, sans-serif;
	width: 150px;
	color: black;
	padding-top: 4px;
	position: absolute;
	top: 20px;
}
.trigger
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 8pt;
	z-index: 2000;
	width: 80px;
	cursor: hand;
	color: yellow;
	font-family: Verdana, sans-serif;
	position: absolute;
	height: 24px;
}
.trigger th
{
	font: bold 12px Verdana,sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
}

.ShowMenu
{
	color: white;
	background-color: #1055A5;
	border-right: #1055A5 1px solid;
	border-top: #1055A5 1px solid;
	border-left: #1055A5 1px solid;
	border-bottom: #1055A5 1px solid;
}

.OverMenu
{
	border: 1px solid #1055A5;
	color: white;
	background-color: #1055A5;
}
#MenuBar
{
	border-right: #1055A5 1px solid;
	border-top: #1055A5 1px solid;
	font-size: 10px;
	border-left: #1055A5 1px solid;
	border-bottom: #1055A5 1px solid;
	font-family: Arial;
	height: 18px;
	background-color: #1055A5;
}
.ShowBarMenu
{
	font: bold 12px Verdana,sans-serif;
	color: white;
	text-align: left;
	text-decoration: none;
}
.OverBarMenu
{
	font: bold 12px Verdana,sans-serif;
	color: white;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}
