/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{width:100%; height:43px; text-align:center; margin-bottom:19px; background-image:url('../stripTopBar.gif'); background-repeat:repeat-x; background-position:top;}
TD.first_navigationImage	{display:none; width:0px; background-image:none;}
TD.mid_navigationImage		{width:1px; background-image:url('../sepTopBar.gif'); background-repeat:no-repeat; background-position:top;}
TD.last_navigationImage		{display:none; width:0px; background-image:none;}

/* First Level */
A.navigation				{color:#ffffff; font-weight:normal; text-decoration:none; display:block;}
A.navigation:hover			{color:#ffffff; font-weight:normal; text-decoration:none; display:block;}
A.navigationOn				{color:#ffffff; font-weight:normal; text-decoration:none; display:block;}
A.navigationOn:hover		{color:#ffffff; font-weight:normal; text-decoration:none; display:block;}

TD.navigation				{text-align:center; color:#ffffff; font-weight:normal; font-size:12px; cursor:pointer; padding:4px 20px 14px 20px;}
TD.navigationOver			{text-align:center; color:#ffffff; font-weight:normal; font-size:12px; cursor:pointer; padding:4px 20px 14px 20px; background-image:url('../stripTopBar_on.gif'); background-repeat:repeat-x; background-position:top;}
TD.navigationOn				{text-align:center; color:#ffffff; font-weight:normal; font-size:12px; cursor:pointer; padding:4px 20px 14px 20px; background-image:url('../stripTopBar_on.gif'); background-repeat:repeat-x; background-position:top;}
TD.navigationOnOver			{text-align:center; color:#ffffff; font-weight:normal; font-size:12px; cursor:pointer; padding:4px 20px 14px 20px; background-image:url('../stripTopBar_on.gif'); background-repeat:repeat-x; background-position:top;}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #ffffff;}
A.navigationSub				{color:#9f292c; text-decoration:none; display:block; width:100%; height:100%;}
A.navigationSub:HOVER		{color:#ffffff; text-decoration:none; display:block; width:100%; height:100%;}

DIV.navigationSub			{background-color:dfdfdf; color:#9f292c; border-bottom:1px solid #ffffff; font-weight:normal; font-size:100%; width:130px; padding:3px 8px 4px 6px;}
DIV.navigationSubOver		{background-color:#9f292c; color:#ffffff; border-bottom:1px solid #ffffff; font-weight:normal; font-size:100%; width:130px; padding:3px 8px 4px 6px;}
			
			
			
						
/* 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		{}
 */