@media screen
{
	.easyMenu
	{
	  background-image: url('back_menu.gif');
	  height:216px !important;
    width:152px !important;
    z-index:100;
   /* filter:alpha(opacity=50);
    -moz-opacity:.50;
    opacity:.50;*/
  }
	
	.easyMenu a
	{	  
	  color:White;
	  font-family:Verdana;
	  font-weight: bold;
	  font-size:10px;
	  padding: 5px;
	  text-indent: 6px;
	  line-height:18px;
	  
  }

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
	}

	.easyMenuItemOver
	{
	}
	
	.easyMenu a:hover
	{
  }
  
	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{		
	}
	
	.easyMenuItemContentCellOver a
	{
	}

	.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
	{
		padding: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}

