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