Here's how you make all texts of the drop menu lowcase. (Tested with AbanteCart 1.2.11.)
In file "storefront/view/default/stylesheet/style.css":
Comment out lines 640 and 679 (or remove them):
ul.categorymenu > li > a {
(...)
/* text-transform:uppercase; (at line 640)*/
(...)
}
.categorymenu li a.menu_home {
(...)
/* text-transform:uppercase; (at line 679)*/
(...)
}