
	div.navTop
	{
		width: 750px;
		font-weight: bold;
	}
	
	div.navBottom
	{
		width: 100%;
	}
	
	table.navRow
	{
		width: 100%;
		max-width: 100%;
	}
		
	td.navCellTop
	{
		font-size: 15px;
		color: #7f99a7;
		width: 5px;
	}
		
	td.navCellBottom
	{
		color: #7f99a7;
		width: 5px;
	}
		
	td.navSpacerTop
	{
		width: 20px;
		min-width: 5px;
	}
		
	td.navSpacerBottom
	{
		width: 15px;
		min-width: 3px;
	}
		
	td.navSeparatorTop
	{
		background-color: #7f99a7;
		width: 5px;
	}
		
	td.navSeparatorBottom
	{
		background-color: #7f99a7;
		width: 1px;
	}
		
	img.navSeparatorTop
	{
		width: 5px;
	}
		
	img.navSeparatorBottom
	{
		width: 1px;
	}
	
	img.arrowTop
	{
		width: 100%;
		height: 26px;
	}
	
	img.arrowBottom
	{
		width: 100%;
		height: 9px;
	}
	
	a.nav
	{
		text-decoration: none;
	}
	
	a.nav:link, a.nav:visited
	{
		color: #003366;
	}
	
	a.nav:hover, a.nav:active
	{
		color: #7f99a7;
	}
