$(document).ready(function() {
	$('.frontend_title').each(function() {
		var cont = $(this).html();

		$(this).html('<div style="padding-top:8px;">' + cont + '</div>');
	});

	$('#fe_menuwrapper a').css({
		'opacity': 0.9
	});
});



