To reduce the padding around the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a {
height: 30px;
padding: 0;
}
#access ul li ul {
top: 32px;
}
.search-toggle {
margin-top: 1px;
}
#search-box {
top: 30px;
}