@media screen
{
	.easyMenu
	{
  position:absolute;
border:1px solid black;
 background-color:white;
font: 12px Verdana black;
line-height:18px;
z-index:100;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
font-weight:bold;
	}
	
	.easyMenu a	
	{
	 width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;

color: #666666 !important;
	  }

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 12px;
		cursor: auto; cursor: pointer;
		color: #000000;
		padding: 2px;
		font-weight:bold;
	}

	.easyMenuItemIconCell
	{
	
	}

	.easyMenuItemContentCell
	{
		font-family: verdana;
		font-size: 10px;
		color: #000000;
		white-space: nowrap;
		font-weight:bold;
	}

	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		background-color: orange;
		padding: 2px;
		color: #000000;
		white-space: nowrap;
	}
	
	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{
		color: black;
		font-family: verdana;
		font-size: 10px;
		text-decoration: none;
		white-space: nowrap;
		font-weight:bold;
	}
	
	.easyMenuItemContentCellOver a
	{
		color: black;
		font-weight:bold;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		background-image: url("../submenu.gif");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		font-family: Verdana;
		font-size: 1px;
		font-weight:bold;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		background-image: url("../submenu_white.gif");
		background-repeat: no-repeat;
		background-position: 0px 4px;
		font-family: Verdana;
		font-size: 1px;
		font-weight:bold;
	}

	/* 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;
	}	
}
