
	.easyMenu
	{
		border: 0px solid #26469b;
		background-color:none;
		padding-top:12px;
		font-size : 10px;
		font-weight:bold;
		border: 0px solid blue;
		
	}
	
	.easyMenuItemContainer
	{border: 0px solid red;
	
	    
	}
	
	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
		background-color: white;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight:bold;
		border: 1px solid #e0e0e0;
		padding:8px 5px 5px 5px;
		/*padding: 2px;*/
		
	}

	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		background-color: #26469b;
		border: 0px solid #fff3d6;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight:bold;
		padding:8px 5px 5px 5px;	
		margin-top:10px;
		/*padding: 2px;*/
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		width: 130px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size : 10px;
		font-weight:bold;	
		text-decoration: none;
		color : #26469b;
	
		
	}

	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
		font-family: Verdana, Arial, Helvetica, sans-serif;
        color : White;
		font-size : 10px;
		font-weight:bold;	
		text-decoration: none;
	}

	.easyMenuItemIconCell
	{
		width: 10px;
	}

	.easyMenuItemIconCellOver
	{
		width: 10px;
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCell
	{
		padding:8px 5px 5px 5px;
		/*padding: 2px;*/
		white-space: nowrap;
		font-size : 10px;
		font-weight:bold;
		
		
	}

	.easyMenuItemContentCellOver
	{
		padding:8px 5px 5px 5px;
		/*padding: 2px;*/
		white-space: nowrap;
		font-size : 10px;
		font-weight:bold;
	}

	.easyMenuItemContentCell a
	{
		color: #26469b;
		text-decoration: none;
		white-space: nowrap;
		font-size : 10px;
		font-weight:bold;
	}

	.easyMenuItemContentCellOver a
	{
		text-decoration: none;
		white-space: nowrap;
		font-size : 10px;
		font-weight:bold;
	}

	.easyMenuSeparator
	{
		height: 3px;
		font-size: 1px;
		color: white;
	}
	
	.easyMenuSeparatorOver
	{
		height: 3px;
		font-size: 1px;
		color: white;
	}

	.easyMenuSeparatorIconCell
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorIconCellOver
	{
		height: 3px;
		font-size: 1px;
	}
	
	.easyMenuSeparatorContentCell
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuSeparatorContentCellOver
	{
		height: 3px;
		font-size: 1px;
	}

	.easyMenuItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		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;
		margin-top:12px;
		background-color: #fff3d6;
		border: 0px solid red;
	}
	#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;
	}	
}