I am supporting a wordpress website I did not make at http://www.downtownerfireside.com I understand the basics of wordpress from supporting this site for the past 5 or so months, but the owner has requested I make a change to the nav bar that the current settings will not support. I need to lower the padding on the buttons by 30-50% and cannot for the life of me find where to do this. At the beginning of the code for the nav bar there is a command
<div id="brownmenu" class="browntabs">
but I cannot figure out where browntabs or brownmenu are defined.
In the same file the only other instance of the word brown is
'<script type="text/javascript">
//SYNTAX: tabdropdown.init("menu_id", [integer OR "auto"])
tabdropdown.init("brownmenu")
</script>'
and frankly I don't know javascript well enough to interpret that or know where to look from there.