{% if not theme_sidebar_style %}
{% if not theme_sidebar_right %}
{% set menu_style = "margin: 22px 0 0 10px" %}
{% else %}
{% set menu_style = "margin: 22px 10px 0 0" %}
{% endif %}
{% else %}
{% set menu_style = theme_sidebar_style %}
{% endif %}
{% if not theme_show_topbar %}
{% endif %}