@media screen
{
	.ParentMenu2
	{
		height: 25px;
		padding-left: 1px;
		padding-right: 1px;
		margin-left:20px;
	}
	
	.ParentItemContainer2
	{

	}
	
	.ParentItem2
	{
		cursor: pointer; cursor: auto;
		height: 25px;
	}
	
	.ParentItemContentCell2
	{
		font: 11pt Verdana; 
		color: #666666;
		text-align: center;
		white-space: nowrap;
		width:100%;
		height:25px;
	}
	
	.ParentItemContentCell2 a
	{
		font: 11pt Verdana; 
		color: #666666;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.ParentItemOver2
	{
		background-image: url(mid_over.gif); 
		cursor: pointer; cursor: auto;
		background-repeat: repeat-x; 
		height: 25px;
	}

	.ParentItemContentCellOver2
	{
		font: 11pt Verdana; 
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		width:100%;
	}
	
	.ParentItemContentCellOver2 a
	{
		font: 11pt Verdana; 
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.ParentItemSubMenuCell2, .ParentItemSubMenuCellOver2
	{
		width: 10px;

		font-family: Verdana;
		font-size: 1px;
		height:25px;
	}
	
	.ParentSeparator2, .ParentSeparatorOver2
	{

		width:1px;
		padding: 0px;
	}
	.ParentSeparatorContentCell2,.ParentSeparatorContentCellOver2
	{
		color: #D6D6D6;
	}
	
	.easyMenu2
	{
	}
	
	.easyMenuItemContainer2
	{
	}

	.easyMenuItem2
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
	}
	
	.easyMenuItem2 a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell2, .easyMenuItemIconCell2 a
	{
	}

	.easyMenuItemContentCell2
	{
		font-family: Verdana;
		font-size: 10pt;
		color: #666666;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		height:25px;	
	}

	.easyMenuItemContentCell2 a
	{
		font-family: Verdana;
		font-size: 10pt;
		color: #666666;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
		text-decoration:none;		
	}

	.easyMenuItemOver2
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		background-color: #B2D865;
		padding: 0px;
	}
	
	.easyMenuItemOver2 a
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		background-color: #B2D865;
	}

	.easyMenuItemIconCellOver2, .easyMenuItemIconCellOver2 a
	{
	}

	.easyMenuItemContentCellOver2
	{
		color: White;
		font-family: verdana;
		font-size: 10pt;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCellOver2 a
	{
		color: white;
		font-family: verdana;
		font-size: 10pt;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuSeparatorIconCell2, .easyMenuSeparatorContentCell2, .easyMenuSeparatorIconCellOver2, .easyMenuSeparatorContentCellOver2
	{
		vertical-align:top;
	}
	
	.easyMenuSeparator2, .easyMenuSeparatorOver2
	{
		border-bottom: 1px solid #CCCCCC;
	}

	.easyMenuItemSubMenuCell2, .easyMenuItemSubMenuCellOver2
	{
		width: 10px;
		padding-top: 2px;

		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;
	}	
}