I'm having a heck of a time with natbib and the official ACM document style, and it's driving me nuts. I'm sure I must be missing something obvious, but I can't see it

Code: Select all
\documentclass[]{acm_proc_article-sp}
\usepackage[numbers]{natbib}
\bibliographystyle{abbrvnat}
\bibliography{mybib}
Is it possible to have natbib turned off for the bibliography, and just have the \citep and \citet commands available to me?