$(document).ready(function(){
						 
							try{								
								$(".navigation li:first-child").addClass('noline');
//								$(".home-news .news:last-child").addClass('nobg');
								$('#mainbody .left').corner();
								
								
								$("ul.sub-menu").parent().mouseover(
								  function(){
									$(this).children('ul.sub-menu').show();
									//$(this).children('a').click(function() { return false; });
	
									//$(this).children('a').href();
								}
								).mouseout(
								   function(){
									$(this).children('ul.sub-menu').hide();
								});
								
								
								
							
								
								$('input.wpcf7-text').focus(function(){
																	  this.value="";
																	  });
								
							}catch(e){
								
							}
							
						   });
