@media screen
{
	.ParentItem
	{ 
		background-color: #666666; 		
		cursor: auto;	cursor: pointer;
		padding:7px 10px;		
		border-right: 1px solid white;
	}
	.ParentItemOver
	{ 
		background-color: #073771;		
		cursor: auto;	cursor: pointer;
		padding:7px 10px;
		background-image: url(menu_016_h.jpg);
		text-decoration:none;
		border-right: 1px solid white;
	}
	.ParentItemContentCell
	{
		font: 11px Tahoma; 
		text-transform:uppercase;
		font-weight: bold;
		color: white; 
		text-align: center;
		white-space: nowrap;
		width:100%;
	}
	
	.ParentItemContentCell A
	{
		font: 11px Tahoma; 
		text-transform:uppercase;
		font-weight: bold;
		color: white; 
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration: none;
	} 
	.ParentItemContentCellOver
	{
		font: 11px Tahoma; 
		color: white; 
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-transform:uppercase;
		font-weight: bold;
	}
	
	.ParentItemContentCellOver A
	{
		font: 11px Tahoma; 
		color: white; 
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-transform:uppercase;
		font-weight: bold;
		text-decoration: none;
	} 
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}

	.easyMenu
	{
		background-color: #cccccc;
		padding: 2px;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		cursor: auto; cursor: pointer;
		padding: 5px;		
		background-color: white;
		border: 1px solid white;
		
	}
	
	/*Menu Over sub*/
	
	.easyMenuItemOver
	{
		cursor: auto; cursor: pointer;
		padding: 5px;		
		background-color: #666666;
		border: 1px solid white;
		width: 100%;
	}
	
	.easyMenuItem a
	{
		cursor: auto; cursor: pointer;
		height: 16px;
		
		width: 100%;
		text-decoration: none;
		
	}

	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
		height: 16px;
	
		width: 100%;
		text-decoration: none;
	}

	.easyMenuItemIconCell
	{
		width: 20px;
	}

	.easyMenuItemIconCellOver
	{
		width: 20px;
	}

	.easyMenuItemIconCell a
	{
		width: 20px;
	}

	.easyMenuItemIconCellOver a
	{
		width: 20px;
	}

	.easyMenuItemContentCell
	{
		font-family: Tahoma;
		font-size: 12px;
		white-space: nowrap;
		width:100%;
		color: White;
	}

	.easyMenuItemContentCellOver
	{
		font-family: Tahoma;
		font-size: 12px;
		color: white;
		white-space: nowrap;
		width:100%;
	}

/*BackSub For Text*/
	
	.easyMenuItemContentCell a
	{
		color: black;
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
	}



	.easyMenuItemContentCellOver a
	{
		font-family: Tahoma;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		color: White;
	}

	.easyMenuSeparator
	{
		height: 16px;
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver
	{
		height: 16px;
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuItemSubMenuCell
	{
		width: 7px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
		height:14px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 7px;
		padding-top: 2px;
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 2px 3px;
		font-family: Verdana;
		font-size: 1px;
		height:14px;
	}

	/* 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;
	}	
}