/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{border-collpase:collapse;width:535px;height:20px;}
TD.first_navigationImage	{width:30px;background-image:url("../ArrowTopNav.gif");background-repeat:no-repeat;}
TD.mid_navigationImage		{width:30px;background-image:url("../ArrowTopNav.gif");background-repeat:no-repeat;}
TD.last_navigationImage		{display:none; width:0px; background-image:none;}

/* First Level */
A.navigation				{color:#575757; font-weight:bold; text-decoration:none; display:block; padding-top:2px; padding-bottom:4px; height:100%;}
A.navigation:hover			{color:#F85815; font-weight:bold; text-decoration:none; display:block; padding-top:2px; padding-bottom:4px; height:100%;}
A.navigationOn				{color:#F85815; font-weight:bold; text-decoration:none; display:block; padding-top:2px; padding-bottom:4px; height:100%;}
A.navigationOn:hover		{color:#575757; font-weight:bold; text-decoration:none; display:block; padding-top:2px; padding-bottom:4px; height:100%;}

TD.navigation				{color:#575757; font-weight:bold; font-size:12px; Cursor:pointer;width:13%;}
TD.navigationOver			{color:#F85815; font-weight:bold; font-size:12px; Cursor:pointer;width:13%;}
TD.navigationOn				{color:#F85815; font-weight:bold; font-size:12px; Cursor:pointer;width:13%;}
TD.navigationOnOver			{color:#575757; font-weight:bold; font-size:12px; Cursor:pointer;width:13%;}


/* Second Level */
DIV.navigationSubContainer	{}
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:#BF8F50; color:#ffffff; border-bottom:1px solid #D5A668; font-weight:bold; font-size:90%; width:100px; padding-top:3; padding-right:5; padding-bottom:2; padding-left:3;}
DIV.navigationSubOver		{background-color:#A07134; color:#ffffff; border-bottom:1px solid #D5A668; font-weight:bold; font-size:90%; width:100px; padding-top:3; padding-right:5; padding-bottom:2; padding-left: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		{}
 */