@media screen
{
	.easyMenu
	{
		border-bottom: 0px solid #FCE7B7;
		border-left: 0px solid #FCE7B7;
		border-right: 1px solid #FCE7B7;
		background-color: #FFFFFF;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #FCE7B7;
		padding: 0px;
	}
	
	.easyMenuItem a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		color: #666666;
		/*text-indent: 10px;*/
		width: 130px;
		text-align:right;
		padding-right:5px;
	}

	.easyMenuItemContentCell a
	{
		height: 25px;
		color: #777;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		/*text-indent: 10px;*/
		text-align:right;
		padding-right:5px;
	}

	.easyMenuItemOver
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFFFCC;
		padding: 0px 5px 0px 0px;
		text-align:right;
	}
	
	.easyMenuItemOver a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #FFFFCC;
		/*padding: 0px 5px 0px 0px;*/
		text-align:right;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #990000;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		/*text-indent: 5px;*/
		width: 130px;
		text-align:right;
	}

	.easyMenuItemContentCellOver a
	{
		color: #990000;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 12px;
		padding-top: 2px;
		background-image: url('arrow.gif');
		background-repeat: no-repeat;
		background-position: 2px 8px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 12px;
		padding-top: 2px;
		background-image: url('arrow.gif');
		background-repeat: no-repeat;
		background-position: 2px 8px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0;
		position : absolute; 
		visibility : hidden; 
		left : -2000px;
		top : 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 */
}