I'm writing my thesis with the Springer's package SVmono. The followings are the options for the bibliography:
\documentclass[envcountsame,envcountchap,oribibl]{svmono}
\usepackage[font={small,it}]{caption}
\usepackage[nottoc]{tocbibind}
\begin{document}
\begin{small}
\nocite{*}
\bibliographystyle{alpha2}
\bibliography{bibliothesis}
\end{small}
\end{document}
Where the style alpha2 is a modified version of the style alpha and allows to add personal labels to the references. I obtained it thanks to the accepted answer of this question.
Now the problem:
The title of the bibliography chapter appears as "References" but the chapter header is "REFERENCES" (with uppercase letters). I'd like to have the headers with lowercase letters.
note: The bibliography is longer than a page.

