How to get rid horizontal scroll bar

How do I get rid of the horizontal scroll bar? Thanks

Remove (or adjust) the line in red:


ul.MenuBarHorizontal {
  border: 0 solid red;
  cursor: default;
  font-size: 100%;
  height: 100px;
  list-style-type: none;
  margin: 0;
  padding: 0 52px;
  [COLOR="#FF0000"]width: 1100px;
[/COLOR]}

Thanks Ralph