$(document).ready(function() {	
 $("ul#topnav li#idhome").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/news_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});
$("ul#topnav li#newsna").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/news_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});	
$("ul#topnav li#idboxof").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/box_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});	
$("ul#topnav li#idvideo").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/news_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});	
$("ul#topnav li#idevents").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/box_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});	
$("ul#topnav li#idaudio").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/news_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});	
$("ul#topnav li#idgallery").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/news_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});
$("ul#topnav li#idpadmasri").hover(function() { //Hover over event on list item
	$(this).css({ 'background' : 'url(images/padmasri_nav.jpg) no-repeat center bottom'}); //Add background color + image on hovered list item	
	$(this).find("a").css({ 'color' : '#32501e'}); 
	$(this).find("span").show(); //Show the subnav
} , function() { //on hover out...
	$(this).css({ 'background' : 'none'}); //Ditch the background
	$(this).find("a").css({ 'color' : '#f0f0f0'});
	$(this).find("span").hide(); //Hide the subnav
});
});
