var Qdo = jQuery.noConflict();
Qdo(document).ready(function(){
Qdo("#menuitem a").hover(function(){
Qdo(this).stop().animate({color: "#a3a0c4" }, 275);},
function() {Qdo(this).stop().animate({ color: "#51505a" }, 275);});
Qdo("#here a").animate({color: "#c6c4d6" },575);
})