/* Author: 
	PROKOM
*/

// remap jQuery to $
(function($){
	$('#top-nav ul li:nth-child(3n+2)').addClass('r');
	$('#top-nav ul li:nth-child(3n+3)').addClass('t');
 
	$('#top-nav ul').superfish();
	
	//$('#main-content,#aside .submenu ul').equalCols();
	
})(this.jQuery);
























