/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{background-color:#094C5E;width:100%; text-align:center; height:32px;}
TD.first_navigationImage	{display:none; width:0px; background-image:none;}
TD.mid_navigationImage		{width:2px;background-image:url("../TopNavBar.gif");background-repeat:no-repeat;background-position:center;}
TD.last_navigationImage		{display:none; width:0px; background-image:none;}

/* First Level */
A.navigation				{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}
A.navigation:hover			{color:#ED9F1C; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn				{color:#ED9F1C; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn:hover		{color:#ffffff; font-weight:bold; text-decoration:none; display:block;}

TD.navigation				{text-align:center; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer;padding-top:4px; padding-bottom:4px;}
TD.navigationOver			{text-align:center; color:#ED9F1C; font-weight:bold; font-size:12px; Cursor:pointer;padding-top:4px; padding-bottom:4px;}
TD.navigationOn				{text-align:center; color:#ED9F1C; font-weight:bold; font-size:12px; Cursor:pointer;padding-top:4px; padding-bottom:4px;}
TD.navigationOnOver			{text-align:center; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer;padding-top:4px; padding-bottom:4px;}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #67909B;}
A.navigationSub				{color:#094C5E; text-decoration:none; display:block; height:100%;}
A.navigationSub:HOVER		{color:#ED9F1C; text-decoration:none; display:block; height:100%;}

DIV.navigationSub			{background-color:#E4EBED; color:#094C5E; border-left:1px solid #67909B; border-right:1px solid #67909B; border-bottom:1px solid #67909B; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:5px; padding-bottom:2px; padding-left:3px;}
DIV.navigationSubOver		{background-color:#FDF4E6; color:#ED9F1C; border-left:1px solid #67909B; border-right:1px solid #67909B; border-bottom:1px solid #67909B; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:5px; padding-bottom:2px; padding-left:3px;}
			
			
			
						
/* 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		{}
 */