@media screen
{
	.ParentMenu
	{
		background-color: #DFEEF5;
		/* margin-left is a hack to make menu position correctly... */
		margin-left:0px;
	}
	
	.ParentItemContainer 
	{ 
	}
	
	.ParentItem
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-align:left;
		height: 30px;
		cursor: auto; cursor: pointer;
		padding: 6px;
		background-color: #FDDE86;
	}
	
	.ParentItemOver
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		font-weight: bold;
		text-align:left;
		height: 30px;
		padding: 6px;
		border-top: 1px solid #FDDE86;
		background-color: #120D48;
		color: #FFCB05;
		cursor: auto; cursor: pointer;
	}
	
	.ParentItemContentCell
	{
		white-space: nowrap;
		color: #90A8C0;
	}

	.ParentItemContentCellOver
	{
		white-space: nowrap;
		color: #FFCB05;
	}

	.ParentItemContentCell a:active
	{
		text-decoration:none;
	}

	.ParentItemContentCell a:hover
	{
 color:black;
		background-color: white;
		text-decoration:none;
	}

	.ParentItemSubMenuCell 
	{
		display:none;
	}
	
	.ParentItemSubMenuCellOver
	{
		display:none;
	}
	
	.easyMenu
	{
		opacity: .90;
		filter: alpha(opacity=90);
		width:100%;
	}
	
	.easyMenuItemContainer
	{
		padding: 0px;
		margin: 0px;
		text-align: left;
	}

	.easyMenuItem
	{
		background-position: left top;
		background-image: url('images/Menu6.png');
		background-repeat: no-repeat;
	}
	
	.easyMenuItemOver
	{
		background-position: left top;
		background-image: url('images/Menu6.png');
		background-repeat: no-repeat;
	}
	
	.easyMenuItemContentCell
	{
		white-space: nowrap;
		width:100%;
	}
	
	.easyMenuItemContentCellOver
	{
		white-space: nowrap;
		width:100%;
	}

	/* 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;
	}	
}
