@media screen
{
	.ParentMenu
	{
	background-color: #FFFFFF;
	}
	.ParentItemContainer
	{
		height: 30px;
	}
	.ParentItemOver
	{
	background-color: #004B64;
	}
	.ParentItemContentCell
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #00394C;
	text-align: center;
	text-decoration: none;
	}
	.ParentItemContentCellOver
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
	
	.ParentItemContentCell a
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #00394C;
	text-align: center;
	text-decoration: none;
	}
	.ParentItemContentCellOver a
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
	
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
	width: 1px;
	background-image: url(PVP-menu_spacer.jpg);
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		width: 1px;
		font: 1px Arial;
		padding: 0px;
	}

	.easyMenu
	{
		border:1px solid #a4bed0;
		filter: Alpha(opacity=90);
		-moz-opacity: 0.90;
		opacity: .90;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	height: 20px;
	cursor: auto;
	cursor: pointer;
	background-color: #EEEEEE;
	padding: 0px;
	font-family: Arial;
	}
	
	.easyMenuItem a
	{
	height: 20px;
	cursor: auto;
	cursor: pointer;
	color:#FFFFFF;
	}

	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
	font-family: arial;
	font-size: 12px;
	text-indent: 10px;
	white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
	height: 20px;
	color: #00394C;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	text-indent: 10px;
	line-height: 1.5;
	white-space: nowrap;
	font-weight: bold;
	}

	.easyMenuItemOver
	{
	height: 20px;
	cursor: auto;
	cursor: pointer;
	background-color: #AECAD5;
	color:#FFFFFF;
	padding: 0px;
	}
	
	.easyMenuItemOver a
	{
	height: 20px;
	cursor: auto;
	cursor: pointer;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
	color: #00394C;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	text-indent: 10px;
	line-height: 1.5;
	white-space: nowrap;
	font-weight: bold;
	}

	.easyMenuItemContentCellOver a
	{
	color: #00394C;
	cursor: auto;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
	}
	
	.easyMenuItemSubMenuCellOver
	{
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		--moz-opacity : 0;

		background-color: White;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}