It’s TwentyEleven WP theme.
difficult as the sidebar menu seems to be a hand-coded html menu in a textwidget;
try to recreate the menu with a custom menu ( http://codex.wordpress.org/Appearance_Menus_Screen ) using the ‘custom menu’ widget.
btw: how did you add that sidebar?
it is located after the closing body tag, making its location within the webpage invalid html:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bindu-yoga.cz%2Fbara%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
http://codex.wordpress.org/Validating_a_Website
Alchymyth, thx for your help – it works perfect. I know about wrong location of sidebar, I must debug it.