	a.MenuLevel0_Item, a.MenuLevel0_Item:Active, a.MenuLevel0_Item:Visited {
		color: white;
		background-image: url(L0normal.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 25px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 14px;
		text-decoration: none;
	}
	a.MenuLevel0_Item:Hover {
		color: white;
		background-image: url(L0pointed.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 25px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 14px;
		text-decoration: underline;
	}
	a.MenuLevel0_ItemSelected, a.MenuLevel0_ItemSelected:Visited, a.MenuLevel0_ItemSelected:Hover {
		color: white;
		background-image: url(L0selected.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 25px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 14px;
		text-decoration: none;
	}
	a.MenuLevel1_Item, a.MenuLevel1_Item:Visited {
		color: #8F001C;
		background-image: url(L1normal.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 35px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}
	a.MenuLevel1_Item:Hover {
		color: #8F001C;
		background-image: url(L1normal.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 35px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
	}
	a.MenuLevel1_ItemSelected, a.MenuLevel1_ItemSelected:Visited, a.MenuLevel1_ItemSelected:Hover {
		color: #8F001C;
		background-image: url(L1selected.jpg);
		background-repeat: no-repeat;
		width: 176px;
		height: 19px;
		display: block;
		padding-left: 35px;
		margin-top: 1px;
		font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
	}

