//jQuery(document).ready(function($){  
//$(".page_item").fadeTo("fast", 1.0);
//$(".page_item").hover(function(){
//$(this).fadeTo("fast", 0.7);
//},function(){
//$(this).fadeTo("fast", 1.0);
//});
//
//$("li:first").fadeTo("fast", 1.0);
//$("li:first").hover(function(){
//$(this).fadeTo("fast", 0.7);
//},function(){
//$(this).fadeTo("fast", 1.0);
//});
//
//$("a").fadeTo("medium", 1.0);
//$("a").hover(function(){
//$(this).fadeTo("medium", 0.7);
//},function(){
//$(this).fadeTo("medium", 1.0);
//});
//
//
//});
