Total Guess here so don't shoot me if it's wrong

I'm guessing that in your template_css.css you have this:
Code:
#search {
float : left;
margin-top : 5px;
border : 1px solid #cccccc;
padding : 0px;
width� : 123px !important;
width : 125px;
height : 16px !important;
height : 16px;
overflow : hidden;
}
AND that you have the menu published in the search div (look for
in your index.php)
If this is indeed the case then the answer is pretty straight forward:
change your css to this:
Code:
#search {
float : left;
margin-top : 5px;
border : 1px solid #cccccc;
padding : 0px;
width� : 100%;
height : 16px !important;
height : 16px;
}
Hope this helps in some way

_________________
http://www.bulletprooftemplates.com/ - New Joomla 1.5 templates from an old Joomla head
If you don't know the answer don't be afraid to ask someone who does