/*********************************** Top Navigation bar ********************************/

TABLE.navigationBar			{background-color:#fff; border: none; width:100%; height:36px;}
TD.first_navigationImage	{width:1px; background: transparent url('../top_menu_vr.gif') left 5px no-repeat }
TD.mid_navigationImage		{width:1px; background: transparent url('../top_menu_vr.gif') left 5px no-repeat }
TD.last_navigationImage		{display:none; width:0px; background-image:none;}
TABLE.navigationBar TD		{vertical-align: top}

/* First Level */
A.navigation				{color:#015b35; font-weight:bold; text-decoration:none; display:block; height: 36px; padding: 0px 15px; margin: 0px -15px;}
A.navigation:hover			{color:#1a445f; text-decoration:none;}
A.navigationOn				{color:#1a445f; text-decoration:none;}
A.navigationOn:hover		{color:#1a445f; text-decoration:none;}

TD.navigation				{color:#015b35; font-weight:bold; font-size:12px; padding: 0px 15px; Cursor:pointer; background: transparent url('../top_menu_bg.gif') left 5px no-repeat}
TD.navigationOver			{color:#1a445f; font-weight:bold; font-size:12px; padding: 0px 15px; Cursor:pointer; background: transparent url('../top_menu_bg_on.gif') left 5px no-repeat}
TD.navigationOn				{color:#1a445f; font-weight:bold; font-size:12px; padding: 0px 15px; Cursor:pointer; background: transparent url('../top_menu_bg_on.gif') left 5px no-repeat}
TD.navigationOnOver			{color:#1a445f; font-weight:bold; font-size:12px; padding: 0px 15px; Cursor:pointer; background: transparent url('../top_menu_bg_on.gif') left 5px no-repeat}


/* Second Level */
DIV.navigationSubContainer	{border-top:1px solid #848484; white-space: nowrap}
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:#dfdfdf; color:#000000; border-left:1px solid #848484;border-right:1px solid #848484;border-bottom:1px solid #848484; font-weight:bold; font-size:90%; width:100%; padding-top:3; padding-right:5; padding-bottom:2; padding-left:3;}
DIV.navigationSubOver		{background-color:#c0c0c0; color:#dd0000;  border-left:1px solid #848484;border-right:1px solid #848484;border-bottom:1px solid #848484; font-weight:bold; font-size:90%; width:100%; 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		{}
 */