	.menu-level1-row {
		background-image: url(/images/menu-level1-bottom.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}


	.menu-level1-row-passive, .menu-level2-row, .menu-level3-row, .menu-level4-row, .menu-level5-row   {
		background-image: url(/images/menu-level1-active-bottom.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		background-color:#669999;
	}

 
	.menu-level1-row-active, .menu-level2-row-active, .menu-level3-row-active, .menu-level4-row-active, .menu-level5-row-active {
		background-image: url(/images/menu-level1-active-bottom.gif);
		background-position: bottom;
		background-repeat: no-repeat;
		background-color:#547E7E;
		font-weight: bold;
	}


	/* New by AJE 23-3-07*/
	.menu-level2-row-active td a
	{
		font-weight: bold;
	}
	.menu-level3-row-active td a
	{
		font-weight: bold;
	}
	.menu-level4-row-active td a
	{
		font-weight: bold;
	}
	.menu-level5-row-active td a
	{
		font-weight: bold;
	}
	
	
	.menu-level1, .menu-level2 {
		vertical-align: top;
		padding: 2px 3px 6px 12px;
		cursor: hand;
	}

	.menu-level3 {
		vertical-align: top;
		padding: 2px 3px 6px 12px;
		cursor: hand;
	}

	.menu-level4 {
		vertical-align: top;
		padding: 2px 3px 6px 24px;
		cursor: hand;
	}

	.menu-level5 {
		vertical-align: top;
		padding: 2px 3px 6px 28px;
		cursor: hand;
		color:#ffffff;
	}

	
	.menu-level1-link, .menu-level2-link, .menu-level3-link, .menu-level4-link, .menu-level5-link {
		color: white;
		font-weight: bold;
		text-decoration: none;
	}
	
	.menu-level1-arrow {
		background-image: url(/images/menurightarrow.gif);
		width:19px;
		height:19px;
	}

	.menu-level2-link, .menu-level3-link, .menu-level5-link  {
		font-weight: normal;
		
	}
