$(document).ready(function(){ 	
						   
						   
	// radius Box
	$('.menu_nav').css({"border-top-left-radius": "0px", "-moz-border-radius-topleft":"0px", "-webkit-border-top-left-radius":"0px", "border-top-right-radius": "0px", "-moz-border-radius-topright":"0px", "-webkit-border-top-right-radius":"0px"});
	// end radius Box
	 
});	
