@media screen
{
	.easyMenu
	{
		background-color: #FFF;
	}

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
	}

	.easyMenuItem a
	{
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
	    height: 33px;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #f3e7cc;
	    background-image: url(../../Images/list.png);
	    background-repeat: no-repeat;
	    background-position: 18px center;
	}

	.easyMenuItemContentCell a
	{
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		color: #883c00;
		/* text-indent: 30px; */
		margin-left: 30px;
		white-space: nowrap;
		width: 100%;
		text-decoration: none;
	}

	.easyMenuItemOver
    {
        height: 33px;
        cursor: auto;
        cursor: pointer;
        padding: 0px;
        text-decoration: none;
    }

	.easyMenuItemOver a
	{
		height: 33px;
		cursor: auto;
		cursor: pointer;
		text-decoration: none;
		font-weight:bold;
		/* background-color: Black; /* #d35b1c; */
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
	    background-image: url(../../Images/list_over.png);
	    background-repeat: no-repeat;
	    background-position: 17px center;
		height: 33px;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: #f3e7cc;
		white-space: nowrap;
		width: 100%;
	}

	.easyMenuItemContentCellOver a
	{
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		font-weight: bold;
		color: #883c00;
		text-decoration: none;
		/* text-indent: 30px; */
		margin-left: 30px;
		white-space: nowrap;
		width: 100%;
	}

	.easyMenuSeparator
	{
	}

	.easyMenuSeparatorIconCell
	{
	}

	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}

	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		color: #883c00;
		height: 18px;
	}

	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
		color: #ff0000;
		height: 18px;
	}

	/* 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;
	}
}

