/*===========Ahasan===============*/

jQuery(document).ready(function($){
	$("ul.menu > li:last-child").addClass("current-menu-last-child");
	
	if( $('.input_txt5').length > 0 ) $('.input_txt5').selectbox();

	
 });
	

