@media screen
{

	.ParentMenu
	{
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 20px;
		min-height: 20px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: #5C6C9F;
		border: 0.5px solid #FFFF99;
	}

	.ParentItemContainer
	{
		background-repeat: repeat-x;
	}

	.ParentItem
	{		
		cursor: pointer;
		cursor: auto;
		background-repeat: repeat-x;
		height: 20px;
		min-height: 20px;
		border: solid 1px Yellow;
	}

	.ParentItemContentCell
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-indent: 20px;
		text-align: left;
		white-space: nowrap;
	}

	.ParentItemOver
	{
		cursor: pointer;
		cursor: auto;
		background-repeat: repeat-x;
		height: 20px;
		min-height: 20px;
		background-color: #34346E;
		border: solid 1px Yellow;
		
	}

	.ParentItemContentCellOver
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFF99;
		text-indent: 20px;
		text-align: left;
		white-space: nowrap;		
	}
	.ParentItemContentCell a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		text-indent: 20px;
		text-align: left;
		white-space: nowrap;
		text-decoration: none;
	}


	.ParentItemContentCellOver a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFF99;
		text-indent: 20px;
		text-align: left;
		white-space: nowrap;
		text-decoration: none;
	}


	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		width: 20px;
		background-repeat: no-repeat;
		background-position: 0px 13px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	.ParentSeparator, .ParentSeparatorOver
	{
		width: 1px;
		min-width: 1px;
		padding: 0px;
	}

	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
	}

	.easyMenu
	{
		background-color: Gray;
		min-width: 400px;		
		border: 1px solid gray;
	}

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		min-height: 20px;
		cursor: auto;
		cursor: pointer;
		padding-right: 10px;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: White;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
	}

	.easyMenuItemContentCell a
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: White;
		text-indent: 10px;
		white-space:nowrap;
		font-weight: bold;
		text-decoration: none;
	}

	.easyMenuItemOver
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 20px;
		min-height: 20px;
		cursor: auto;
		cursor: pointer;
		background-color: White;
		padding-right: 10px;
		font-weight: bold;
	}

	.easyMenuItemContentCellOver a
	{
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
		background-color: White;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		text-indent: 10px;
		white-space: nowrap;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	.easyMenuSeparator, .easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorOver, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		background-repeat: no-repeat;
		text-decoration: none;
	}

	.easyMenuItemIconCellOver a
	{
		color: Black;
		text-decoration: none;
	}
	/* 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
	{
		padding: 0px;
	}

	/* do not change these classes */

}

@media print
{

	.menuContainerIframeUnderlay
	{
		display: none;
	}

}


