@media screen
{
	.ParentItem
	{ 
		/*background-color: #FEC437; */
		/*border: 2px solid white;*/
		cursor: auto;cursor: pointer;
		padding: 4px 3px 4px 3px;
	}
	.ParentItemOver
	{ 
		cursor: auto;cursor: pointer;
		padding: 4px 3px 4px 3px;
	}
	.ParentItemContentCell
	{
		font: bold 11px Tahoma, Verdana, Sans-Serif;
		color: black;
		text-align: center;
		white-space: nowrap;
		text-decoration: none;
	}
	.ParentItemContentCellOver
	{
		font: bold 11px Tahoma, Verdana, Sans-Serif;
		color: black;
		text-align: center;
		white-space: nowrap;
		text-decoration: underline;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}

	.easyMenu
	{
		background-color: white;
		padding: 1px;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		cursor: auto;
		cursor: pointer;
		padding: 1px;
		padding-left: 5px;
		height: 20px;
		background-color: white;
		border: 1px solid white;
	}
	
	.easyMenuItemOver
	{
		cursor: auto;
		cursor: pointer;
		padding: 1px;
		padding-left: 5px;
		height: 20px;
		background-color: #fccf8f;
		border: 1px solid white;
		width: 100%;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		height: 16px;
		width: 100%;
		text-decoration: none;
	}

	.easyMenuItemOver a
	{
		cursor: auto;
		cursor: pointer;
		height: 16px;
		width: 100%;
		text-decoration: none;
		color: white;
	}

	.easyMenuItemIconCell
	{
		width: 15px;
	}

	.easyMenuItemIconCellOver
	{
		width: 15px;
	}

	.easyMenuItemIconCell a
	{
		width: 15px;
	}

	.easyMenuItemIconCellOver a
	{
		width: 15px;
	}

	.easyMenuItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		white-space: nowrap;
	}

	.easyMenuItemContentCellOver
	{
		font-family: Tahoma;
		font-size: 11px;
		color: white;
		white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
		color: black;
		font-family: Tahoma, Verdana, Sans-Serif;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
		font-weight: bold;
	}

	.easyMenuItemContentCellOver a
	{
		font-family: Tahoma, Verdana, Sans-Serif;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
		font-weight: bold;
		color: black;
		font-style: normal;
		font-variant: normal;
	}

	.easyMenuSeparator
	{
		height: 16px;
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver
	{
		height: 16px;
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuItemSubMenuCell
	{
		width: 7px;
		padding-top: 5px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 7px;
		padding-top: 5px;
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* 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: blue;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}