@media screen
{
	.ParentItem
	{ 
		background-color: #461c04; 		
		cursor: auto;	cursor: pointer;
		padding-top:5px;
		padding-bottom:5px;
		color:White;
		padding-left:22px;
		padding-right:31px;
		/*No lik*/
		
		
	}
	.ParentItemOver
	{ 
	
		cursor: auto;	cursor: pointer;
		padding-top:5px;
		padding-bottom:5px;
		color:Yellow;
		text-decoration:none;
	
		padding-left:22px;
		padding-right:31px;
	
		
		
	}
	.ParentItemContentCell
	{
		font: 11px Tahoma; 
		text-transform:uppercase;
		font-weight: bold;
	
		text-align: center;
		white-space: nowrap;
		width:100%;
		
	}
	
	
	
	/*When has Link First======================================*/
	
	
	.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 A
	{
		font: 11px Tahoma; 
		color:Yellow;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-transform:uppercase;
		font-weight: bold;
		text-decoration: none;
	} 
	
	
	
	
	/*End when has Link First ================================================*/
	
	
	
	

	
	.ParentItemContentCellOver
	{
		font: 11px Tahoma; 
		
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-transform:uppercase;
		font-weight: bold;
	}
	






	.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;
	
		
		width: 100%;
		text-decoration: none;
		
	}

	.easyMenuItemOver a
	{
		cursor: auto; cursor: pointer;
	
	
		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%;
	
	}

	.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: 10px;
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuSeparatorOver
	{
		height: 10px;
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
		font-size: 1px;
		color: Silver;
	}

	.easyMenuItemSubMenuCell
	{
		width: 7px;
		padding-top: 2px;
	
		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;
	}	
}
