/*
 * functions for current project
 */
$(function(){
	$("ul.jd_menu li div").each(function(){
			$(this).css("width",($(this).parent().width()-2) + "px");
			//$(this).css("height",($(this).parent().find("span").height()-($.browser.msie?10:0)) + "px");
			//$(this).css("margin-top","-" + ($(this).parent().find("span").height()+4) + "px");
	});
});
