﻿@media screen
{
	.ParentMenu{}
	.ParentItemContainer{}
	.ParentItemOver{}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		font: 12px Arial;
		text-align: left;
		vertical-align: top;
		padding-top: 0px;
		padding-left: 0px; 
		padding-right: 0px;
		white-space: nowrap;
		font-weight:normal;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width: 2px;
		padding:0;
  }
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		width: 1px;
		font: 1px Arial;
		padding: 0px;
	}

	.easyMenu
	{
		border-top:0px;
		border-bottom:0px;
		border-right:0px;
/*		
		filter: Alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: .85;
*/
}
	
	.easyMenuItemContainer{}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		color:#ffffff;
		background-color: #213F75;
		padding: 0px;
		font-weight:normal;
		text-align:left;
		line-height:20px;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto; 
		cursor: pointer;
		color:#B52016;
		font-weight:normal;
		text-align:left;
	}

	.easyMenuItemIconCell{}
	.easyMenuItemIconCell a{}

	.easyMenuItemContentCell
	{
		font-family: Arial;
		font-size: 12px;
		color: #ffffff;
		text-indent: 10px;
		white-space: nowrap;
		font-weight:normal;
		text-align:left;
	}

	.easyMenuItemContentCell a
	{
		height: 20px;
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		font-weight:normal;
		text-align:left;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; 
		cursor: pointer;
		background-color: #B52016;
		color:#ffffff;
		padding: 0px;
		font-weight:normal;
		text-align:left;
	}
	
	.ComponentContentSelected
	{
/*
		height: 18px;
		background-color: #d81e05;
		background-image: url(img9.jpg);
		background-repeat: no-repeat;
		background-position: 120px 7px;
*/	
}

	.ComponentContentCellSelected
	{
		color:#ffffff;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		height: 20px;
		width: 100%;
		cursor: auto; 
		cursor: pointer;
		background-color: #B52016;
		font-weight:normal;
	}

	.ComponentContentCellSelected a
	{
		color:#ffffff;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		height: 20px;
		cursor: auto; 
		cursor: pointer;
		background-color: #B52016;
		font-weight:normal;
	}

	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; 
		cursor: pointer;
		color:#ffffff;
		font-weight:normal;
	}

	.easyMenuItemIconCellOver{}
	.easyMenuItemIconCellOver a{}

	.easyMenuItemContentCellOver
	{
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		font-weight:normal;
	}

	.easyMenuItemContentCellOver a
	{
		color: #ffffff;
		cursor: auto; 
		cursor: pointer;
		font-family: Arial;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		font-weight:normal;
	}

	.easyMenuSeparator{}
	.easyMenuSeparatorIconCell{}
	.easyMenuSeparatorContentCell{}
	.easyMenuSeparatorOver{}
	.easyMenuSeparatorIconCellOver{}
	.easyMenuSeparatorContentCellOver{}
	.easyMenuItemSubMenuCell
	{
/*	  
		width: 14px;
		background-image: url(img17.jpg);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		font-family: Arial;
		font-size: 1px;
*/
	}
	
	.easyMenuItemSubMenuCellOver
	{
/*
		width: 14px;
		background-image: url(img9.jpg);
		background-repeat: no-repeat;
		background-position: 0px 7px;
		font-family: Arial;
		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: White;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
