Sorry for the delay. My wife had a baby so web stuff takes second place.
Here's an image of my top nav menu and search bar.
nav_menu.jpg
This uses Rubencio's plugin with some modified CSS.
I added the following into searchforms.css (one of the files in the plugin):
div.TextField, div.DropDownField {
float: left;
margin-left: 15px;
}
.searchform-labels {
display: inline-block;
font-size: 14px;
line-height: 2.4em;
overflow: hidden;
padding: 0 0.7em;
white-space: nowrap;
width: 100%;
}
#total_value {
width: 40px;
float:left;
margin-top: 8px;
}
#custom_search_form {
margin: 0 auto;
width: 1140px;
}
.searchform-controls input {
float: left;
margin-left: -60px;
}
Although not ideal code, the homepage search looks good, but other pages it doesnt display that well.
Anyone care to add something I missed?