@media screen
{
	.ParentMenu
	{
		background-image: url(margin.gif);
		background-repeat: repeat-x; background-position: left bottom;
		height: 33px;
		padding-left: 0px;
		padding-right: 0px;
		cursor: pointer;
	}
	
	.ParentItemContainer
	{
		background-image: url(stat_menu_bg.gif);
		background-repeat: repeat-x;
	}
	
	.ParentItem
	{
		background-image: url(stat_menu_bg.gif); 
		cursor: pointer;
		background-repeat: repeat-x;
		height: 33px;
	}
	
	.ParentItemContentCell
	{
		cursor: pointer;
		font: 11px verdana,'MS Sans Serif'; 
		color: #e7fdce;
		text-align: center;
		white-space: nowrap;
		width:100%;
	}
	
	.ParentItemContentCell a
	{
		cursor: pointer;
		font: 11px verdana,'MS Sans Serif'; 
		color: #e7fdce;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}


	.ParentItemOver
	{
		background-image: url(stat_menu_bg_over.gif); 
		cursor: hand;
		background-repeat: repeat-x; 
		height: 33px;
	}

	.ParentItemContentCellOver
	{
		font: 11px verdana,'MS Sans Serif'; 
		cursor: pointer;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		width:100%;
	}
	
	.ParentItemContentCellOver a
	{
		font: 11px verdana,'MS Sans Serif'; 
		cursor: pointer;
		color: #ffffff;
		text-align: center;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.ParentItemSubMenuCell, .ParentItemSubMenuCellOver
	{
		width: 10px;
		background-image: url(stat_menu_arrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 13px;
		font-family: Verdana;
		font-size: 1px;
		height:33px;
		padding-right: 2px;
		cursor: pointer;
	}
	
	.ParentSeparator, .ParentSeparatorOver
	{
		background-image: url(stat_menu_bg.gif); 
		width:1px;
		padding: 0px;
	}
	
	.ParentSeparatorContentCell,.ParentSeparatorContentCellOver
	{
		background-image: url(menu-separator.gif);
		background-repeat: no-repeat;
		background-position: center 2px;
		color: #FFCC00;
		width: 8px;
		height: 33px;
	}
	
	.easyMenu
	{
		/*border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color: #F9F9F9;*/
		cursor: pointer;
	}
	
	.easyMenuItemContainer
	{
		border-top: 1px solid #103E36;
		border-left: 1px solid #103E36;
		border-right: 1px solid #103E36;
		border-bottom: 1px solid #103E36;
		background-image: url(dyn_menu_bg.gif);
		background-repeat: repeat-y;
		background-position: left top;
		background-color: #F9F9F9;
	}

	.easyMenuItem
	{
		height: 25px;
		cursor: hand;
		border-top: 1px solid Transparent;
		border-bottom: 1px solid Transparent;
		padding-right: 5px;
		width: 100%;
	}
	
	.easyMenuItem a
	{
		height: 25px;
		cursor: hand;
	}

	.easyMenuItemIconCell, .easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: verdana,'MS Sans Serif';
		font-size: 11px;
		color: #000000;
		text-indent: 0px;
		padding-left: 28px;
		white-space: nowrap;
		width:100%;
	}

	.easyMenuItemContentCell a
	{
		font-family: verdana,'MS Sans Serif';
		font-size: 11px;
		color: #000000;
		text-indent: 0px;
		padding-left: 28px;
		white-space: nowrap;
		width:100%;
		text-decoration:none;
	}

	.easyMenuItemOver
	{
		height: 25px;
		cursor: hand;
		border-top: 1px solid #103E36;
		border-bottom: 1px solid #103E36;
		background-color: #E7FDCE;
		padding-right: 5px;
	}
	
	.easyMenuItemOver a
	{
		height: 25px;
		cursor: hand;
		background-color: #E7FDCE;
	}

	.easyMenuItemIconCellOver, .easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #000000;
		font-family: verdana,'MS Sans Serif';
		font-size: 11px;
		text-indent: 0px;
		white-space: nowrap;
		width:100%;
		padding-left: 28px;		
	}

	.easyMenuItemContentCellOver a
	{
		color: #000000;
		font-family: verdana,'MS Sans Serif';
		font-size: 11px;
		text-decoration: none;
		text-indent: 0px;
		white-space: nowrap;
		width:100%;
		padding-left: 28px;		
	}

	.easyMenuSeparatorIconCell, .easyMenuSeparatorContentCell, .easyMenuSeparatorIconCellOver, .easyMenuSeparatorContentCellOver
	{
		vertical-align:top;
	}
	
	.easyMenuSeparator, .easyMenuSeparatorOver
	{
		border-bottom: 1px solid #CCCCCC;
	}

	.easyMenuItemSubMenuCell, .easyMenuItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 6px;
		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;
	}	
}