// Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #eef0cb

var childwidth = 260;
var hovercolor_parent   = "whitesmoke";
var hovercolor_child    = "whitesmoke";

var navigation =
{
// Start



// The menu structure begins below

// Here is a sample structure, it has three top-level items
// The first item has a submenu with three items
// The second item has no submenu.
// The third item is a submenu with two items

// Notes: The current code only supports a menu with two levels. Each top level must have at least one sub menu.
// A thrid level of menus is not currently supported.

'anthro':{' Anthropology Program':{'http://www.anthropology.uncc.edu':
	{	
		
	}}},


'socio':{' Sociology Program':{'http://www.sociology.uncc.edu':
	{	
		
	}}}


// End	
}
