@media screen
{
	.easyMenu2
    {
        border: 1px solid #9C9E9D;
        background-color: #D8D8D8;
        text-align: left;
    }
	
	.easyMenuItemContainer2
    {
        border: 2px solid #FFFFFF;
        background-color: Transparent;
        text-align: left;
    }

	.easyMenuItem2
	{
		cursor: auto; cursor: pointer;
		background-image: url("bg_menuItem.gif");
		background-position: 1px 2px;
		background-repeat: no-repeat;
	}
	
	.easyMenuItem2 a
	{
		cursor: auto; cursor: pointer;
		text-decoration: none;
	}

	.easyMenuItemIconCell2
	{
	}

	.easyMenuItemIconCell2 a
	{
	}

	.easyMenuItemContentCell2
	{
		padding: 2px;
		padding-left: 5px;
		height: 16px;
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
	}

	.easyMenuItemContentCell2 a
	{
		color: Black;
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
	}

	.easyMenuItemOver2
	{
		cursor: auto; cursor: pointer;
		background-image: url("bg_menuItemOver.gif");
		background-position: 1px 2px;
		background-repeat: no-repeat;
	}
	
	.easyMenuItemOver2 a
	{
		cursor: auto; cursor: pointer;
		text-decoration: none;
	}

	.easyMenuItemIconCellOver2
	{
	}

	.easyMenuItemIconCellOver2 a
	{
	}

	.easyMenuItemContentCellOver2
	{
		height: 16px;
		padding: 2px;
		padding-left: 5px;
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
	}

	.easyMenuItemContentCellOver2 a
	{
		color: Black;
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
	}

	.easyMenuSeparator2
	{
		height: 16px;
		background-image: url("bg_separator.gif");
		background-position: 1px 2px;
		background-repeat: no-repeat;
	}
	
	.easyMenuSeparatorIconCell2
	{
	}
	
	.easyMenuSeparatorContentCell2
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver2
	{
		height: 16px;
		background-image: url("bg_separator.gif");
		background-position: 1px 2px;
		background-repeat: no-repeat;
	}

	.easyMenuSeparatorIconCellOver2
	{
	}
	
	.easyMenuSeparatorContentCellOver2
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuItemSubMenuCell2
	{
		width: 10px;
		padding-top: 2px;
		background-image: url("submenu.gif");
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:14px;
	}
	
	.easyMenuItemSubMenuCellOver2
	{
		width: 10px;
		padding-top: 2px;
		background-image: url("submenu.gif");
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:14px;
	}

    .easyMenuItemLeftRoundCornerCell2
	{
	}
	
	.easyMenuItemLeftRoundCornerCellOver2
	{
	}
	
	.easyMenuItemRightRoundCornerCell2
	{
	}
	
	.easyMenuItemRightRoundCornerCellOver2
	{
	}
	
	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		left : 0px;
		top : -2000px; 
		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-top: 0px;
		padding-bottom: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}