function highlightCurrentSelection() {
	var selectedItem = document.getElementById("topNavigationSelection");
	selectedItem.style.backgroundColor="#c1b8b8";
	selectedItem.style.color="#1534a6";
	selectedItem = document.getElementById("sideNavigationSelection");
	selectedItem.style.backgroundColor="#c1b8b8";
	selectedItem.style.color="#1534a6";
}
