/* 
////////////////////////////////////////////////////////////
		NAVI.CSS
	This is the stylesheet which contains the style information
	for the navigation elements of the site, allowing context-
	pointing navigation elemements to function.  Each Nav item
	is paired with a body class.
////////////////////////////////////////////////////////////
*/

/* Navigation sub-classes. */
body.lightbox div#container div#navigation-row div#navigation-table a.lightbox
	{
	font-weight: bold;
	}
body.bookmark div#container div#navigation-row div#navigation-table a.bookmark
	{
	font-weight: bold;
	}
body.download div#container div#navigation-row div#navigation-table a.download
	{
	font-weight: bold;
	}
body.project div#container div#navigation-row div#navigation-table a.project
	{
	font-weight: bold;
	}
body.contact-manager div#container div#navigation-row div#navigation-table a.contact-manager
	{
	font-weight: bold;
	}
body.account div#container div#navigation-row div#navigation-table a.account
	{
	font-weight: bold;
	}
body.help div#container div#navigation-row div#navigation-table a.help
	{
	font-weight: bold;
	}
body.login div#container div#navigation-row div#navigation-table a.login
	{
	font-weight: bold;
	}
body.search div#container div#navigation-row div#navigation-table a.search
	{
	font-weight: bold;
	}

