/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{width:auto; text-align:center; height:20px;border-top: 1px solid #c0c0c0;border-bottom: 1px solid #c0c0c0}
TD.first_navigationImage	{width:1px; background-color:#c0c0c0;}
TD.mid_navigationImage		{width:1px; background-color:#c0c0c0;}
TD.last_navigationImage		{width:1px; background-color:#c0c0c0;}

/* First Level */
A.navigation				{color:#000000; font-weight:bold; text-decoration:none; display:block; padding: 1px 30px 0px 20px; margin: -1px -30px 0px -20px; height: 18px}
A.navigation:hover			{color:#d96012; font-weight:bold; text-decoration:none; display:block;}
A.navigationOn				{color:#d96012; font-weight:bold; text-decoration:none; display:block; padding: 1px 30px 0px 20px; margin: -1px -30px 0px -20px; height: 18px}
A.navigationOn:hover		{color:#d96012; font-weight:bold; text-decoration:none; display:block;}

TD.navigation				{text-align:center; color:#000000; font-weight:bold; font-size:12px; Cursor:pointer; padding: 1px 30px 0px 20px; height: 18px; background: transparent url('../bullet_top_menu.gif') right 8px no-repeat; vertical-align: top }
TD.navigationOver			{text-align:center; color:#d96012; font-weight:bold; font-size:12px; Cursor:pointer; padding: 1px 30px 0px 20px; height: 18px; background: transparent url('../bullet_top_menu.gif') right 8px no-repeat; vertical-align: top }
TD.navigationOn				{text-align:center; color:#d96012; font-weight:bold; font-size:12px; Cursor:pointer; padding: 1px 30px 0px 20px; height: 18px; background: transparent url('../bullet_top_menu.gif') right 8px no-repeat; vertical-align: top }
TD.navigationOnOver			{text-align:center; color:#d96012; font-weight:bold; font-size:12px; Cursor:pointer; padding: 1px 30px 0px 20px; height: 18px; background: transparent url('../bullet_top_menu.gif') right 8px no-repeat; vertical-align: top }


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #c0c0c0;}
A.navigationSub				{color:#000000; text-decoration:none; display:block; height:100%;}
A.navigationSub:HOVER		{color:#dd0000; text-decoration:none; display:block; height:100%;}

DIV.navigationSub			{background-color:#ffffff; color:#000000; border-left:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; font-weight:bold; font-size:90%; width:130px; padding-top:3px; padding-right:5px; padding-bottom:2px; padding-left:3px;}
DIV.navigationSubOver		{background-color:#ffffff; color:#d96012; border-left:1px solid #c0c0c0; border-right:1px solid #c0c0c0; border-bottom:1px solid #c0c0c0; 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		{}
 */