<!--
P.Menu
{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: White; 
	text-decoration: none;
}


table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px; 
	border: 1px; 
	font-weight: bold;
}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

td.menuNormal
{
	padding: 0px;
	color: #024E8C;
	font-weight: bold;
	horizontal-align: center
	vertical-align: middle;
	background-color: #024E8C;
}

td.menuHover
{
	padding: 0px;
	color: #024E8C;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	background-color: #024E8C;
	margin-bottom: 20px;
}

div.menuNormal
{
	display: none;
	position: static;
}

div.menuHover
{
	background-color: #024E8C;
	display: inline;
	position: absolute;
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.menuitem:link
{
	text-decoration: none;
	color: white;
	background-color: #024E8C;
	display: block;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

a.menuitem:visited
{
	text-decoration: none;
	color: white;
	background-color: #024E8C;
	display: block;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

a.menuitem:hover
{
	text-decoration: underline;
	color: white;
	display: block;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

a.menuitem:active
{
	text-decoration: none;
	color: white;
	background-color: #024E8C;
	display: block;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}

-->