/***************************************************************
**                                                            **
** Purpose: This file contains the definitions for all common **
**           navigation bar stylesheets in use throughout IT  **
**           Works Solutions' web pages.                      **
**                                                            **
**          Any stylesheets specific to particular web pages  **
**           within the site are located elsewhere.           **
**                                                            **
***************************************************************/




/**/	.navigationBar
	{
		position:			absolute;
		top:				131px;
		left:				165px;
		height:				22px;
		font-family:			Arial;
		margin:				0px;
		padding-top:			2px;
		padding-left:			4px;
		padding-right:			1px;
		vertical-align:			top;
		white-space:			nowrap;
		color:				#CCCCCC;
	}




/**/	.navigationBarFrame
	{
		position:			absolute;
		top:				131px;
		left:				0px;
		height:				22px;
		width:				100%;
		background-color:		white;
	}




/**/	.navigationBarLink
	{
		color:				#CCCCCC;
		font-size:			10pt;
		font-weight:			bold;
		text-decoration:		none;
		margin-left:			5px;
		margin-right:			5px;
	}




/**/	.navigationBarLink:link,
/**/	.navigationBarLink:visited
	{
		color:				#CCCCCC;
	}




/**/	.navigationBarLink:hover
	{
		color:				#333399;
	}




/**/	.navigationBarImage
	{
		background-repeat:		no-repeat;
	}
