body #menubar {
 height: auto;
}

#menubar:before,
#menubar:after {
 top: 0px;
}

.inner-bar:after {
 content: '';
 clear: both;
 width: 0px;
 height: 0px;
 display: block;
}

