	/*$(document).ready(function($){
		$('li.headlink').hover(
			function() { $('ul', this).css({'display':'block'});},
			function() { $('ul', this).slideUp();}
		)
	});
	*/
	$(document).ready(function(){
		$('li.headlink').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).slideUp(); });
	});
	
	
	$(function() {
		$("#tree").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol",
			prerendered: true,
			persist: "location"
		});
		$("#tree1").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol1",
			prerendered: true,
			persist: "location"
		});
		$("#tree2").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol2",
			prerendered: true,
			persist: "location"
		});
		$("#tree3").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		$("#tree4").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		
		
		$("#tree5").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		
		
		$("#tree6").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		
		
		$("#tree7").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		
		$("#tree8").treeview({
			collapsed: true,
			animated: "medium",
			control:"#sidetreecontrol3",
			prerendered: true,
			persist: "location"
		});
		
		
	})
	$(document).ready(function(){ 
    	$('td:odd').addClass('alt');
		$('td.alt .treeview li').css({'background-color':'#e2edff'});
    }); 


	

