@media screen
{
	.ParentMenu
	{
		/*width:700px;*/
		padding:0px;
		border-left: 1px solid steelblue;
		border-right: 1px solid steelblue;
	}
	.ParentItemContainer
	{
		background:url(bg.gif) repeat-x;
		FONT-FAMILY: Tahoma, Verdana, Arial;
		FONT-SIZE: 8pt;
		color: Navy;
		text-decoration:none;
		font-weight:bold;
	}
	.ParentItemOver
	{ 
		background:url(bg_a.gif) repeat-x;
		FONT-FAMILY: Tahoma, Verdana, Arial;
		FONT-SIZE: 8pt;
		color: Navy;
		text-decoration:none;
		font-weight:bold;
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		FONT-FAMILY: Tahoma, Verdana, Arial;
		FONT-SIZE: 8pt;
		color: Navy;
		text-decoration:none;
		font-weight:bold;
		white-space: nowrap;
	}
	.ParentItemContentCell a, .ParentItemContentCellOver a
	{
		FONT-FAMILY: Tahoma, Verdana, Arial;
		FONT-SIZE: 8pt;
		color: Navy;
		text-decoration:none;
		font-weight:bold;
		white-space: nowrap;
	}
	.ParentItemContentCell a:hover, .ParentItemContentCellOver a:hover
	{
		FONT-FAMILY: Tahoma, Verdana, Arial;
		FONT-SIZE: 8pt;
		color: Navy;
		text-decoration:none;
		font-weight:bold;
		white-space: nowrap;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;
	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width: 2px;
		background: url(sep.gif) no-repeat; 
		padding:0px;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		display: none;
	}

	.easyMenu
	{
		border:1px solid #a4bed0;
		background:url(s_bg.gif) #E4EFF3 repeat-x;
	}
	
	.easyMenuItem
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#586680;
		padding: 0px;
	}
	
	.easyMenuItemIconCell
	{
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 12px;
		color: #586680;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #9EBACD;
		color:#000;
		padding: 0px;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
		background-image: url(submenu.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font: 1px Verdana;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;
		background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px;
		font-size: 1px;
	}

	/* 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;
		cursor: auto; cursor: default;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}
