/* The top-level list. */
.wp-navbar-pro {

}

/* List items that contain a page. */
.wp-navbar-pro-page {

}

/* The list item that contains the currently displayed page. */
.wp-navbar-pro-page-active {

}

/* List items that contain a category. */
.wp-navbar-pro-cat {

}

/* The list item that contains the currently displayed category. */
.wp-navbar-pro-cat-active {

}

/* List items that contain a post. */
.wp-navbar-pro-post {

}

/* The list item that contains the currently displayed post. */
.wp-navbar-pro-post-active {

}

/* Anchors that link to a page. */
.wp-navbar-pro-page-link {

}

/* The anchor that links to the currently displayed page. */
.wp-navbar-pro-page-link-active {
	color: #000;
}

/* Anchors that link to a category. */
.wp-navbar-pro-cat-link {

}

/* The anchor that links to the currently displayed category. */
.wp-navbar-pro-cat-link-active {
	color: #000;
}

/* Anchors that link to a post. */
.wp-navbar-pro-post-link {

}

/* The anchor that links to the currently displayed post. */
.wp-navbar-pro-post-link-active {
	color: #000;
}