@media screen
{
	.ParentMenu
	{
		background-color: #E2E4E7;
	}
	
	.ParentItemContainer 
	{ 
	}
	
	.ParentItem
	{
		height: 13px;
		cursor: auto; cursor: pointer;
		border-top: 1px solid #DFEEF5;
		/*rder-right: 1px solid #96B5DB;*/
		padding: 2px;
	}
	
	.ParentItemOver
	{
		height: 13px;
		cursor: auto; cursor: pointer;
		border-top: 1px solid #95B5DA;
		background-color: #F4F5F6;
		padding: 2px;
	}
	
	.ParentItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #65747B;
		white-space: nowrap;
		width:100%;
		text-align:right;
	}

	.ParentItemContentCellOver
	{
		color: #007734;
		font-weight:bold;
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
		width:100%;
		text-align:right;
	}

	.ParentItemSubMenuCell 
	{
		width: 15px;
		padding-top: 2px;
		font-family: Verdana;
		font-size: 1px;
		height:13px;	
	}
	
	.ParentItemSubMenuCellOver
	{
		width: 18px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 10px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:13px;
	}
	
	.easyMenu
	{
		background-color: #E2E4E7;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	}
	
	.easyMenuItemOver
	{
	}
	
	.easyMenuItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
		width:100%;
	}
	
	.easyMenuItemContentCellOver
	{
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
		width:100%;
	}

	/* 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;
	}	
}