@media screen
{
	
	.easyMenu_1
	{
		border-top: 0px none;
		
	}
	
	.easyMenuItemContainer_1
	{
		padding: 7px;
		background: url(prod-bg.png);
		height: 240px;
	}

	.easyMenuItemContainer_2
	{
		padding: 7px;
		background: url(sup-bg.png);
		height: 280px;
	}

	.easyMenuItem_1
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		padding: 0px;
	}
	
	.easyMenuItem_1 a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell_1
	{
	
	}

	.easyMenuItemIconCell_1 a
	{
	}

	.easyMenuItemContentCell_1
	{
		font-family: verdana;
		font-size: 12px;
		color: #CCCCCC;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCell_1 a
	{
		font-family: verdana;
		font-size: 12px;
		color: #CCCCCC;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver_1
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#FFFFFF;
		padding: 0px;
		
	}
	
	.easyMenuItemOver_1 a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#FFFFFF;
	}

	.easyMenuItemIconCellOver_1
	{
	}

	.easyMenuItemIconCellOver_1 a
	{
	}

	.easyMenuItemContentCellOver_1
	{
		color: #FFFFFF;
		font-family: verdana;
		font-size: 12px;
		text-decoration: underline;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		text-indent: 18px;
	}

	.easyMenuItemContentCellOver_1 a
	{
		color: #FFFFFF;
		font-family: verdana;
		font-size: 12px;
		text-decoration: underline;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		text-indent: 18px;
	}

	.easyMenuSeparator_1
	{
	}
	
	.easyMenuSeparatorIconCell_1
	{
	}
	
	.easyMenuSeparatorContentCell_1
	{
	}

	.easyMenuSeparatorOver_1
	{
	}

	.easyMenuSeparatorIconCellOver_1
	{
	}
	
	.easyMenuSeparatorContentCellOver_1
	{
	}

	.easyMenuItemSubMenuCell_1
	{
		width: 15px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 11px;
		height:25px;
	}
	
	.easyMenuItemSubMenuCellOver_1
	{
		width: 15px;	
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 11px;
		height:25px;
	}

	/* 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;
	}	
}