/* ====================================================================================== */
/* jQuery document-is-ready function. Place all calls here */
jQuery(document).ready(function() {

	// Remove right white line from last menu item
	// We don't know how many menu items there will be
	// so we have to just catch the last one here and
	// do the work
	$("#mainmenu li:last").css("border","none");

	
});
