.nav-link {
	filter:alpha(opacity=0)
	}
.nav-item:hover > .nav-link,
.nav-item.active > .nav-link {
	filter:alpha(opacity=100)
	}