/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{width:90%; text-align:center; height:27px;}
TD.first_navigationImage	{display:none; width:0px; background-image:none;}
TD.mid_navigationImage		{background-image:url('../TopNavBar.jpg'); width:2px; background-repeat:no-repeat;}
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:#bfd730; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn				{color:#bfd730; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn:hover		{color:#bfd730; font-weight:bold; text-decoration:none; display:block;}

TD.navigation				{text-align:center; color:#ffffff; font-weight:bold; font-size:12px; Cursor:pointer;}
TD.navigationOver			{text-align:center; background-color:#56656F; color:#bfd730; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}
TD.navigationOn				{text-align:center; background-color:#56656F; color:#bfd730; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}
TD.navigationOnOver			{text-align:center; background-color:#56656F; color:#bfd730; font-weight:bold; font-size:12px; Cursor:pointer; padding-top:4px; padding-bottom:4px;}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #596873;}
A.navigationSub				{color:#ffffff; text-decoration:none; display:block; height:100%;}
A.navigationSub:HOVER		{color:#ffffff; text-decoration:none; display:block; height:100%;}

DIV.navigationSub			{background-color:#C2C2C2; color:#ffffff; border-left:1px solid #596873; border-right:1px solid #596873; border-bottom:1px solid #596873; font-weight:bold; font-size:90%; width:100%; padding:2 5 2 3;}
DIV.navigationSubOver		{background-color:#A2ABB1; color:#ffffff; border-left:1px solid #596873; border-right:1px solid #596873; border-bottom:1px solid #596873; font-weight:bold; font-size:90%; width:100%; padding:2 5 2 3;}
			
			
			
						
/* Sepecific CSS exapmle
First Level		
A.navigation73				{}
A.navigation73:hover		{}
A.navigationOn73			{}
A.navigationOn73:hover		{}

TD.navigation73				{}
TD.navigationOver			{}
TD.navigationOn73			{}
TD.navigationOnOver			{}


Second Level
DIV.navigationSubContainer83				{}
#subNavigation83 A.navigationSub			{}
#subNavigation83 A.navigationSub:HOVER		{}

DIV.navigationSub			{}
DIV.navigationSubOver		{}
 */
