﻿@media screen
{
	.ParentMenu
	{
		background-repeat: repeat-x; background-position: left bottom;
		height: 28px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.ParentItemContainer
	{
		background-repeat: repeat-x;
		direction:rtl;
		margin-top:1px;
	}
	
	.ParentItem
	{
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x;
		height: 24px;
	}
	
	.ParentItemContentCell
	{
		font-family: tahoma;
	    font-weight: bold;
	    font-size: 11px;
		color: #a9b5a7;
		text-align: Right;
		white-space: nowrap;
		width:100%;
	}

	.ParentItemSubMenuCellOver
	{
		width: 0px;
		font-family: tahoma;
	    font-weight: bold;
	    font-size: 11px;
		height:24px;
	}

	.ParentItemSubMenuCell
	{
		width: 0px;
		font-family: tahoma;
	    font-weight: bold;
	    font-size: 11px;
		height:24px;
	}

	.ParentItemOver
	{
		height: 24px;
	}
	
		/*.ParentItemOver
	{
	    background-color:#000000;
	    opacity:0.3;
	    filter: Alpha(Opacity=30) !important;
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x; 
		height: 24px;
	}*/

	
		.ParentItemOverq
	{
	    background-color: #ebebeb;
		cursor: pointer; cursor: auto;
		height: 24px;
	}

	.ParentItemContentCellOver
	{
		font-family: tahoma;
	    font-weight: bold;
	    font-size: 11px; 
		color: white;
		text-align: Right;
		white-space: nowrap;
		width:100%;
	}
	
	.ParentSeparatorOver
	{
		display: none;
	}
		
	.ParentSeparator
	{
		display: none;
	}
	.ParentSeparatorContentCellOver
	{
		display: none;
	}
	
		.easyMenuItem a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		direction: rtl;
	}
	
	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}
	.easyMenuItemContainer
	{
	}
	

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}


	/* 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%;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	


