/*
	It would be helpful if the following styles were all commented as to their intended usage.
	
	*********************************************************************************************************
	*																										*
	*	IMPORTANT:	IE 4 does NOT accept the underscore character in a style name.  Aside from that, it		*
	*			seems comfortable with CSS. 																*
	*																										*
	*********************************************************************************************************
*/

/*	Note: this format is acceptable to IE 4 under Windows 98.  It seems to work for all browsers, in fact.	*/

/* Following are for the navigation (left_navbar) on the JBI site.  1-26-04 Dana */

/*	The 'height' parameter is ignored by NS on Windows; only the line-height is examined.  		1-27-04		*/
/*	But, IE is just the opposite.  Safari, IE, and NS on the Mac are like NS on Windows.					*/
/*	As is so often the case, only Microsoft is in left field on this.  But having said that,				*/
/*	it makes more sense to obey 'height' rather than 'line-height'.											*/
div.NAV 	{ color:#777777; line-height: 1; border: thin solid #B0B0B0;
			position:absolute; z-index:16; /* background-color:#e0e0e0; */ 
			padding-left:0px; padding-top:3px; padding-right:2px; padding-bottom:0px;  }
img.NAVi	{ border: 2px; }
div.NAV a:link		{ color:#FFFFFF; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
		font-size: 14px; text-decoration:none; height: 14px; line-height: 14px; vertical-align:middle; padding:0; }
div.NAV a:visited	{ color:#FFFFFF; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
		font-size: 14px; text-decoration:none; height: 14px; line-height: 14px; vertical-align:middle; padding:0; }
div.NAV a:hover		{ color:#FFFFFF; font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color:#404060; 
		font-size: 14px; text-decoration:underline; height: 14px; line-height: 14px; vertical-align:middle; padding:0; }

