﻿$(function () {
	/* Menu-fix */
	var col = $('#content .column');
	if (col.size() > 0 && col.find('ul').size() == 0) {
		$('#content .column .top, #content .column .holder, #content .column .bottom').remove();
		$('#content .column').html('&nbsp;');
	}
});
