
/* Sets color of navigation bar link of current page to yellow */
#navigation li#nav-background a {
	color:#FFFF66;
	cursor: default;
}