/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{width:100%; text-align:center; height:37px;}
TD.first_navigationImage	{display:none; width:0px; background-image:none;}
TD.mid_navigationImage		{width:4px; background-color:#ffffff;}
TD.last_navigationImage		{display:none; width:0px; background-image:none;}

/* First Level */
A.navigation					{color:#0070b6; font-weight:bold; text-decoration:none; display:block;}
A.navigation:hover			{color:#000000; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn					{color:#000000; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn:hover			{color:#000000; font-weight:bold; text-decoration:none; display:block;}

TD.navigation					{text-align:center; color:#0070b6; font-weight:bold; font-size:14px; Cursor:pointer;}
TD.navigationOver				{text-align:center; color:#000000; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}
TD.navigationOn				{text-align:center; color:#000000; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}
TD.navigationOnOver			{text-align:center; color:#000000; font-weight:bold; font-size:14px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}


/* Second Level */
DIV.navigationSubContainer	{border-top:0px solid #ffffff;}
A.navigationSub				{color:#006ab2; text-decoration:none; display:block; height:100%;}
A.navigationSub:HOVER		{color:#000000; text-decoration:none; display:block; height:100%;}

DIV.navigationSub				{background-color:#efeeec; color:#006ab2; border-top:3px solid #ffffff; font-weight:bold; font-size:95%; width:100%; padding:4 5 4 3;}
DIV.navigationSubOver		{background-color:#c9c8c6; color:#000000; border-top:3px solid #ffffff; font-weight:bold; font-size:95%; width:100%; padding:4 5 4 3;}
			
			
			
						
/* Sepecific CSS exapmle
First Level		
A.navigation73				{}
A.navigation73:hover		{}
A.navigationOn73			{}
A.navigationOn73:hover		{}

TD.navigation73				{}
TD.navigationOver73			{}
TD.navigationOn73			{}
TD.navigationOnOver73		{}


Second Level
DIV.navigationSubContainer83				{}
#subNavigation83 A.navigationSub			{}
#subNavigation83 A.navigationSub:HOVER		{}

#subNavigation83 DIV.navigationSub			{}
#subNavigation83 DIV.navigationSubOver		{}
 */