// create on 2009.04.07
$(document).ready(function() {	
	$('ul.dropDownMenu li').hover(function() { $(this).addClass('current'); }, function() { $(this).removeClass('current'); });
});
