// Home Page Side Navigation
// UNC Charlotte - Updated by Web Services

// #eef0cb

var childwidth = 240;
var hovercolor_parent   = "#f1f0e2";
var hovercolor_child    = "#f1f0e2";

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.

'program':{' About the Department ':{'index.html':
	{	
		
		
	}}},
	
'season':{' Current Season':{'season.htm':
	{	
			}}},

'press':{' Press':{'press.htm':
	{	
			}}},

'academic':{' Academic Programs':{'academic.htm':
	{	
			}}},
			
'certificate':{' Certificate Program':{'certificate.htm':
	{	
			}}},
					
'scholarship':{' Scholarship Information':{'scholarship.htm':
	{
		
			}}},

'staff':{' Faculty and Staff':{'staff.htm':
	{	
			}}},
'employment':{' Employment Opportunities':{'employment.htm':
	{	
			}}},			
			
'audition':{' Auditions':{'auditions.htm':
	{	
			}}},

'planning':{' Contact Us':{'contact.htm':
	{	
				
	}}},
	
'directions':{' Need Directions?':{'directions.htm':
	{	
				
	}}},
	
'forms':{' Forms':{'forms.htm':
	{	
				
	}}}
	

	


// End	
}
