/* *****************************************
//  WebTank javascript File
//  Title: menu.js
//  File updated: 2010-12-29 19:15:09
// 
//  Do NOT manually edit this generated file
// **************************************** */


/* INIT */

$(document).ready( function() {
	
	$("#ul-1-0 > li").each( function() {
	
		$(this).children("ul").children("li:last").css("cssText", "padding-bottom: 8px; background-color: #000000;" );
		
		//
		
		$(this).children("ul").children("li").each( function() {
	
			$(this).children("ul").children("li:last").css("cssText", "padding-bottom: 8px; background-color: #000000;" );
		
		} );
	
	} );
	
} );
