@media screen
{
	.ParentMenu
	{
	
		background-color:#fff;
		height: 25px;
		padding-left: 1px;
		padding-right: 1px;
	}
	
	.ParentItemContainer
	{
	
	}
	
	.ParentItem
	{
		
		cursor: pointer; cursor: auto;
		padding: 0px;
		height: 25px;
	}
	
	.ParentItemContentCell
	{
			color: White;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
		text-align: center;
		padding: 0px;
		width:100%;
	}
	
	.ParentItemContentCell a
	{
color: White;
font-size: 12px;
font-family: Arial,Verdana,Trebuchet MS;
text-align: center;
padding: 0px;
width:100%;
text-decoration:none;
	}

	.ParentItemOver
	{
	
		cursor: pointer; 
			padding: 0px;
		height: 25px;
	}

	.ParentItemContentCellOver
	{
			color: White;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
		text-align: center;
		padding: 0px;
		width:100%;
	}
	
	.ParentItemContentCellOver a
	{
		color: White;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
		text-align: center;
			padding: 0px;
		width:100%;
		text-decoration:none;
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
			color: White;
	font-size: 12px;
	font-family: Arial,Verdana,Trebuchet MS;
			padding: 0px;
		height:30px;
		display:none;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		
		width:0px;
		padding: 0px;
	}
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		color: #D6D6D6;
	}
	
	.easyMenu
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
	}
	
	.easyMenuItem a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell, .easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Verdana;
		font-size: 11px;
		color: #666666;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCell a
	{
		font-family: Verdana;
		font-size: 11px;
		color: #666666;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: #FFDE00;
		padding: 0px;
	}
	
	.easyMenuItemOver a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background-color: #FFDE00;
	}

	.easyMenuItemIconCellOver, .easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: Verdana;
		font-size: 11px;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		font-family: Verdana;
		font-size: 11px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
		vertical-align:top;
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		border-bottom: 1px solid #CCCCCC;
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		
	
		font-family: Verdana;
		font-size: 1px;
		height:18px;
	}

	/* 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;
	}	
}