﻿@media screen
{
	.ParentMenu
	{
	}

	.ParentItemContainer
	{
		
	}

	.ParentItem
	{
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
	}
	
	.ParentItemOver
	{	
	background-color:#e0e0e0;
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
	}

	.ParentItemContentCell
	{
		color: #333;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 5px;
		white-space: nowrap;
		text-transform:uppercase;
	}	
	
	.ParentItemContentCell a
	{
		color: #333;
		text-decoration: none;
	}	

	.ParentItemContentCellOver
	{
		color: #333;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;		
		font-weight:bold;
		text-decoration: none;
		text-indent: 5px;
		white-space: nowrap;
		text-transform:uppercase;

	}

	.ParentItemContentCellOver a
	{
		color: #333;
		text-decoration: none;
	}
	.ParentItemSubMenuCell
	{
		width: 12px;
		padding-top: 2px;
		background-image: url(SubMenuArrow.gif);
		background-repeat: no-repeat;
		background-position: 0px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.ParentItemSubMenuCellOver
	{
		width: 12px;
		padding-top: 2px;
		background-image: url(SubMenuArrow.gif);
		background-repeat: no-repeat;
		background-position: 0px;
		font-family: Verdana;
		font-size: 1px;
	}

	.ParentSeparator, .ParentSeparatorOver
	{
		
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		
	}
	.easyMenu
	{
				
	}

	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{		
	background-color: #e0e0e0;
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
		padding-right:10px;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		color: #333;
		font-family: Helvetica;
		font-size: 12px;
		font-weight:bold;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
		color: #333;
		text-decoration: none;
	}

	.easyMenuItemOver
	{
		background-color:#D1D1D1;
		height: 30px;
		cursor: auto;
		cursor: pointer;
		padding: 0px;
		padding-right:10px;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #000000;
		font-family: Helvetica;
		font-size: 12px;
		font-weight:bold;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemContentCellOver a
	{
		
		color: #000000;
		text-decoration: none;
	}

	.easyMenuSeparator
	{
	}

	.easyMenuSeparatorIconCell
	{
	}

	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}

	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		
	}

	.easyMenuItemSubMenuCellOver
	{
		
	}

	/* 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;
	}
}
