@media screen
{
	.ParentMenu
	{
		
		/*border-bottom: 4px solid;*/
		border-collapse: collapse;
		
	}
	.ParentItem, .ParentItemOver, .ParentSeparator, .ParentSeparatorOver
	{ 
		cursor: auto; cursor: pointer;
Padding: 6px;
		background-color:#fff;/*D2C8BD;*/
		/*height: 16px;*/
		width: 100%;
	}
	.ParentItemContentCell
	{
		font: 16px Arial;
		text-align: center;
		white-space: nowrap;
		font-weight: bold;

	}
	.ParentItemContentCell a
	{
		font: 16px Arial;
		color: black;
		text-align: center;
		white-space: nowrap;
		font-weight: bold;

	}
	.ParentItemContentCellOver
	{
		font: 16px Arial;
		color: grey;
		font-weight: bold;
		text-align: center;
		white-space: nowrap;

	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		font: 16px Arial;
		text-align: center;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}

	.easyMenu
	{
		/*border-bottom: 1px solid Gray;
		border-right: 1px solid Gray;*/
		background-color: #fff/*#D2C8BD*/;
	}
	
	.easyMenuItemContainer
	{
		border: 1px solid #979797;
	}

	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
				padding: 10px;

	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
				padding: 10px;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Arial;
		font-size: 14px;

		white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
		font-family: Arial;
		font-size: 14px;

		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		padding: 10px;
		font-size: 14px;
		font-family: Arial;
		white-space: nowrap;
	}
	
	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
				padding: 10px;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		font-family: Arial;
		font-size: 14px;
		/*text-decoration: underline;
		color: #BE1F38;*/

		white-space: nowrap;
		}

	.easyMenuItemContentCellOver a
	{
		font-family: Arial;
		font-size: 14px;
		/*text-decoration: underline;
		color: #BE1F38;*/
		white-space: nowrap;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		/*width: 15px;
		padding-top: 2px;*/
		/*background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;*/
		font-family: Arial;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		/*width: 15px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;*/
		font-family: Arial;
		font-size: 1px;
	}

	/* 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%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}