There are two menus in the layout, the items in each are arranged in two columns.
for list items are given
.sideBox ul li { display: inline-block; width: 100px; }
but it turns out that the elements of the list are arranged in this order
point1 point2
clause 3 clause4
point5 point6
etc.
but not
point1 point4
point2 point5
point3 point6
on the months is especially noticeable Link to the layout You can somehow fix that everything was asked in the correct order?
And according to the same menu a question, in 7 it is impossible to make a display in two columns, one column is obtained. How to make it so that there are two columns in IE7?