$(document).ready(function() {
	$('#navi_main li:not(.current) a').hover(function() {
		$(this).html($(this).text() + '<v:roundrect style="Z-INDEX: -1; POSITION: absolute; WIDTH: 231px; DISPLAY: block; HEIGHT: 31px; TOP: 0px; LEFT: 0px; antialias: true" arcsize = "8456f" coordsize = "21600,21600" fillcolor = "#A7D2FD" stroked = "t" strokecolor = "white" strokeweight = "0"><v:fill src = "none" type = "tile"></v:fill></v:roundrect>');
	}, function() {
		$(this).html($(this).text() + '<v:roundrect style="Z-INDEX: -1; POSITION: absolute; WIDTH: 231px; DISPLAY: block; HEIGHT: 31px; TOP: 0px; LEFT: 0px; antialias: true" arcsize = "8456f" coordsize = "21600,21600" fillcolor = "#d6e9fc" stroked = "t" strokecolor = "white" strokeweight = "0"><v:fill src = "none" type = "tile"></v:fill></v:roundrect>');
	});
});

