/* Highlight current active choice in the menu */
.current-menu-item {
	text-decoration: underline !important;
}

/* Highlight also current ancestor */
.current-menu-ancestor {
	text-decoration: underline !important;
}