@media screen
{
	.easyMenu
	{
		background-color: #F9F9F9;
		
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
		color: #666;
	}
	
	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
		
		text-indent: 10px;
		white-space: nowrap;
		border: 1px solid #FFF;
		border-right-color: #EEE;
		border-bottom-color: #EEE;
		padding: 0 6px;
		display: block;
		background: #CCC;
		font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
		color: #666;
		
		
	}
	
	 .easyMenuItemContentCell a {
		color: #666;
		font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		height: auto !important;
		height: 1%; /*For IE*/
	 }

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
		background: #EEE;
		padding: 0px;		
		color: #666;
	}
	
	.easyMenuItemOver a{
		
		color: #666;
		font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		height: auto !important;
		height: 1%; /*For IE*/
	}
	
	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #666;
		font-family: Tahoma;
		font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 8px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 8px;
		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: 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;
	}	
}
