@media screen
{
	.ParentMenu
	{
		background:url(gag.gif) repeat-x; 
		padding-left: 1px; 
		padding-right: 1px;
	}
	.ParentItemContainer
	{
		height: 40px;
		background:url(bg.gif) repeat-x;
	}
	.ParentItemOver
	{ 
		height: 40px;
		background:url(bg_a.gif) repeat-x;
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		font: 12px Verdana;
		text-align: center;
		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 White;
		background:url(s_bg.gif) #F3E9CE repeat-x;
		opacity: .90;
	    filter: alpha(opacity=90);
	}
	
	.easyMenuItem
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#000000;
		padding: 0px;
		text-align:center;
		
	}
	
	.easyMenuItem a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		color:#000000;
		font-weight:bold;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 12px;
		color: #000000;
		white-space: nowrap;
		font-weight:bold;
	}

	.easyMenuItemContentCell a
	{
		height: 25px;
		color: #000000;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		font-weight:bold;
	}

	.easyMenuItemOver
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #CCCCCC;
		color:#000000;
		padding: 0px;
		opacity: .90;
	    filter: alpha(opacity=90);
	    text-align:center;
		font-weight:bold;
	}
	
	.easyMenuItemOver a
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #CCCCCC;
		color:#000000;
		font-weight:bold;
	}
	.easyMenuItemOver a:active
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #CCCCCC;
		color:#000000;
		font-weight:bold;
	}
	.easyMenuItemOver a:visited
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #CCCCCC;
		color:#000000;
		font-weight:bold;
	}
	.easyMenuItemOver a:link
	{
		height: 25px;
		cursor: auto; cursor: pointer;
		background-color: #CCCCCC;
		color:#000000;
		font-weight:bold;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: White;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		font-weight:bold;
	}

	.easyMenuItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		font-family: arial;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
		font-weight:bold;
	}

	.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; 
		float:left;
		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;
	}	
}