
	.ParentMenu
	{
		background:url(gag.gif) repeat-x; 
		padding-left: 0px; 
		padding-right: 0px;
	}
	.ParentItemContainer
	{
		height: 28px;
		width:128px;
		/*width:auto;*/
		background:url(bg1black.jpg) repeat-x;
	}
	.ParentItemOver
	{ 
		height: 28px;

		background:url(bg1ovred.jpg);
		cursor:pointer;
		
	}
	.ParentItemContentCell, .ParentItemContentCellOver
	{
		font: 12px Verdana;
		text-align: center;
		white-space: nowrap;
		
		color: white;
		padding-bottom: 0px;
		text-transform: uppercase;
		cursor:pointer;
		width:128px;
	}
	.ParentItemSubmenuCell,.ParentItemSubmenuCellOver
	{
		display: none;

	}
	.ParentSeparator, .ParentSeparatorOver
	{
		width: 0px;
	/*	background: url(sep.gif) no-repeat; */ 
		padding:0px;
	}
	.ParentSeparatorContentCell, .ParentSeparatorContentCellOver
	{
		display: none;
	}

	.easyMenu
	{
	/*	border:1px solid #a4bed0;
		background:url(s_bg1.gif) #E4EFF3 repeat-x; */
	/*		overflow-y:auto;
			overflow-x:hidden;
   /*     height: expression( this.scrollHeight > 307 ? "308px" : "auto" ); /* sets max-height for IE */
   /*     max-height: 308px; /* sets max-height value for all standards-compliant browsers */
     /*   width: expression( this.scrollWidth > 249 ? "250px" : "hidden" ); /* sets max-height for IE */
       /* max-width: 250px; /* sets max-height value for all standards-compliant browsers */

	}
	
	.easyMenuItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		color:#ffffff;
		padding: 0px;
		border: Solid 1px #FFFFFF;
	}
	
	.easyMenuItemIconCell
	{
		background-color:#000000;
		border: Solid 1px #ffffff;
	}

	.easyMenuItemContentCell
	{
		font-family: arial;
		font-size: 12px;
		/*color: #ffffff;*/
		background-color:#000000;
		text-indent: 10px;
		white-space: nowrap;
		padding-left:10px;
		text-align:left;
	}

	.easyMenuItemOver
	{
		height: 20px;
		cursor: pointer;
		background-color:#000000;
		color:#ffffff;
		padding: 0px;
		border: Solid 1px #FFFFFF;
	}

	.easyMenuItemIconCellOver
	{
		background-color:#000000;
	}

	.easyMenuItemContentCellOver
	{
		/*color: White;*/
		font-family: arial;
		font-size: 12px;
		/*text-decoration: none;*/
		text-indent: 10px;
		white-space: nowrap;
		background-image: url(whitearrow.gif);
		background-repeat:no-repeat;
		background-position:8px center;
		padding-left:10px;
		text-align:left;


	}

a.easyMenuItemContentCellOver:hover
{
	color: #999900;
	text-decoration:none;	
	
}


a.easyMenuItemContentCellOver:active, a:focus, a:link, a:visited 
{
		color : #FFFFFF;
		 font-weight:normal;
		text-decoration: none;
		outline: none;
}





	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 15px;
	/*	background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px; */
		font: 1px Verdana;
		color:#000000;
		background-color:#000000;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 15px;
		/*background-image: url(submenu_white.gif);
		background-repeat: no-repeat;
		background-position: 0px 9px; */
		font-size: 1px;
		color:#000000;
		background-color:#000000;
	}

	/* 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 */

